[Seaside-dev] Exploring the WACallbackRegistry: how?

phil at highoctane.be phil at highoctane.be
Mon Aug 25 15:01:54 UTC 2014


Thanks!

Definitely helps me understand how these elements are represented in
practice.

Seaside is powerful but to get a hold on things, it is not that easy...

Thx for the sample image and code from ESUG. Definitely helped me come to
terms with the passenger: thing.

Phil


On Mon, Aug 25, 2014 at 4:12 PM, Johan Brichau <johan at inceptive.be> wrote:

> Hi Phil,
>
> You can access the WACallbackRegistry instance for the current
> continuation as follows:
>
>         renderContentOn: html
>                 html callbacks inspect.
>
> If you want to get access to the WACallbackRegistry instances of other
> continuations of the same session: inspect the continuations instvar of a
> WASession instance (which you get via “self session”).
> You can get to the callback registry from there.
>
> Johan
>
> On 24 Aug 2014, at 23:09, phil at highoctane.be wrote:
>
> > I'd like to see what's in the callback registry for a given session.
> >
> > How can I do that?
> >
> > TIA
> > Phil
> > _______________________________________________
> > seaside-dev mailing list
> > seaside-dev at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20140825/4ee0b16a/attachment.htm


More information about the seaside-dev mailing list