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

Sophie (itsme213) itsme213 at hotmail.com
Thu Dec 4 03:44:21 UTC 2008


"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?

Thanks! 





More information about the seaside mailing list