[Seaside] Re: Re: Debugging - how to flush current output to browser?

Lukas Renggli renggli at gmail.com
Thu Dec 4 06:53:26 UTC 2008


On Thu, Dec 4, 2008 at 4:44 AM, Sophie (itsme213) <itsme213 at hotmail.com> wrote:
> "Lukas Renggli" <renggli at gmail.com> wrote in message
>>>> Inspect "html context document" and send that back to the client.
>>>
>>> Sounds perfect. How do I "send that back to the client"?
>>
>> See the other thread: "[Seaside] callback returning content"
>
>
> self session returnResponse: (WAResponse new
>    nextPutAll: '...';
>    yourself).
>
> Can I access "self session" in the debugger in 2.8? In 2.9?

It should work in 2.9. It probably doesn't in 2.8.

Lukas

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


More information about the seaside mailing list