[Seaside] returning a blank page

Philippe Marschall philippe.marschall at gmail.com
Thu Jan 21 06:00:34 UTC 2010


2010/1/21  <sebastian at flowingconcept.com>:
> Hi there,
>
> if in the middle of the app for any (valid) reason you want to force it to render 'nothing' (visible), there is a simple way to return a blank page?

self session returnResponse: yourEmptyResponse
(Seaside 2.8)

Note this doesn't work on a streaming server.

Cheers
Philippe


More information about the seaside mailing list