<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">If you are exploring the continuations registry, you are probably not doing ‘standard’ stuff.<div>It would be interesting to know why you need these and what you are doing, if you want.</div><div><br></div><div>Johan<br><div><div><div><div><div><br><div><div><div>On 25 Aug 2014, at 17:01, <a href="mailto:phil@highoctane.be">phil@highoctane.be</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><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>
&nbsp; &nbsp; &nbsp; &nbsp; renderContentOn: html<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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'd like to see what'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>
_______________________________________________<br>seaside-dev mailing list<br><a href="mailto:seaside-dev@lists.squeakfoundation.org">seaside-dev@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev<br></blockquote></div><br></div></div></div></div></div></div></div></body></html>