[Seaside] Seaside text/plain output problems

Lukas Renggli renggli at gmail.com
Sat Jun 2 14:48:42 UTC 2007


> I don't want it to render anything but the 'testing 1 2 3', I tried to
> override with callbacks, but I can't seem to get one registered that
> does the job.

self session returnResponse: (WAResponse new
     contentType: 'text/plain';
     nextPutAll: 'testing 1 2 3';
     yourself)

The scriptaculous package is doing similar things to communicate with
JavaScript.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list