<div dir="ltr"><div class="gmail_extra"><div><div dir="ltr"><div>Thanks!</div><div><br></div><div>Definitely helps me understand how these elements are represented in practice.</div><div><br></div><div>Seaside is powerful but to get a hold on things, it is not that easy...</div>

<div><br></div><div>Thx for the sample image and code from ESUG. Definitely helped me come to terms with the passenger: thing.</div><div><br></div><div>Phil</div></div></div>
<br><br><div class="gmail_quote">On Mon, Aug 25, 2014 at 4:12 PM, Johan Brichau <span dir="ltr">&lt;<a href="mailto:johan@inceptive.be" target="_blank">johan@inceptive.be</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Phil,<br>
<br>
You can access the WACallbackRegistry instance for the current continuation as follows:<br>
<br>
        renderContentOn: html<br>
                html callbacks inspect.<br>
<br>
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”).<br>
You can get to the callback registry from there.<br>
<br>
Johan<br>
<br>
On 24 Aug 2014, at 23:09, <a href="mailto:phil@highoctane.be">phil@highoctane.be</a> wrote:<br>
<br>
&gt; I&#39;d like to see what&#39;s in the callback registry for a given session.<br>
&gt;<br>
&gt; How can I do that?<br>
&gt;<br>
&gt; TIA<br>
&gt; Phil<br>
&gt; _______________________________________________<br>
&gt; seaside-dev mailing list<br>
&gt; <a href="mailto:seaside-dev@lists.squeakfoundation.org">seaside-dev@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev</a><br>
<br>
_______________________________________________<br>
seaside-dev mailing list<br>
<a href="mailto:seaside-dev@lists.squeakfoundation.org">seaside-dev@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev</a><br>
</blockquote></div><br></div></div>