Thanks Hernán, but finally we decided to use the html in a different way. Instead of keeping the html in the rendering face #renderContentOn: we use a JavaScript which calls a message implemented by us. In that call we give as parameter the &quot;renderer&quot; which is the html. Is kind of the same, but a bit nicer.<br>
<br>Thanks for your time,<br>Lautaro Fernández<br>PS: I&#39;ll check anyway your URLs, thanks for that<br><br><div class="gmail_quote">2009/3/2 Hernán Morales Durand <span dir="ltr">&lt;<a href="mailto:hernan.morales@gmail.com">hernan.morales@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I don&#39;t know if it&#39;s a &quot;better&quot; way, but that looks like what we&#39;ve<br>

done in SmallFaces (without Announcements and Comet), you may take a<br>
look there.<br>
Spanish documentation is here :<br>
<a href="http://cs.hernanmorales.com.ar/projects/smallFaces/sf-es.php" target="_blank">http://cs.hernanmorales.com.ar/projects/smallFaces/sf-es.php</a> and<br>
english version here: <a href="http://wiki.squeak.org/squeak/6088" target="_blank">http://wiki.squeak.org/squeak/6088</a><br>
<br>
Hernán<br>
<br>
2009/2/25 Lautaro Fernández &lt;<a href="mailto:evaklo@gmail.com">evaklo@gmail.com</a>&gt;:<br>
<div><div></div><div class="Wj3C7c">&gt; Here is an example of what we want to do:<br>
&gt;<br>
&gt; anAnnouncerModel<br>
&gt;   when: ExampleAnnouncement<br>
&gt;   do:<br>
&gt;   [:anAnnouncement :anAnnouncer  |<br>
&gt;     aCometPage push: (<br>
&gt;       (html updater)<br>
&gt;         id: aDOM_ID_OfTheAlreadyRenderedPage;<br>
&gt;         callback:<br>
&gt;                 [:renderer | do some stuff with the renderer];<br>
&gt;         yourself )<br>
&gt;   ]<br>
&gt;<br>
&gt; The time line will be as follow:<br>
&gt; 1.- first we delivered a web page into the browser<br>
&gt; 2.- at some point, the model change and triggers an announce:<br>
&gt; ExampleAnnouncement<br>
&gt; 3.- the already rendered page( 1.- ) get notified<br>
&gt; 4.- the already rendered page push an AJAX JS into the browser using the<br>
&gt; block we had put some lines above<br>
&gt;<br>
&gt; We can do this keeping the &#39;html&#39; when the page is rendered, and with that<br>
&gt; &#39;html&#39; we create a SUUpdater and then we push it into the browser. But we<br>
&gt; think that&#39;s a wrong approach to solve this issue.<br>
&gt;<br>
&gt; So, if you thinks there is another better way, would be nice to hear of it.<br>
&gt; Bye!<br>
&gt;<br>
&gt; --<br>
&gt; Luke LAut SkyFernadezWalker<br>
&gt;<br>
</div></div><div><div></div><div class="Wj3C7c">&gt; _______________________________________________<br>
&gt; seaside mailing list<br>
&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;<br>
&gt;<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Luke LAut SkyFernadezWalker<br>