Hello list, I was wondering if it&#39;s possible to create an instance of SUUpdater without using the normal:<br>(html updater) id: &#39;anID&#39;; callback: [:renderer | someNiceRendering ].<br><br>If I do the following:<br>
updater :=  SUUpdater new.<br>updater url: &#39;<a href="http://localhost:8080/seaside/meteoroid/counter">http://localhost:8080/seaside/meteoroid/counter</a>&#39;. &quot; == html context actionUrl withoutParameters&quot;<br>
updater addParameters:  #(&#39;_s&#39;-&gt;&#39;GaMJovPCAHDxFKZT&#39; &#39;_k&#39;-&gt;&#39;VLnoRkpz&#39;). &quot; == html context actionUrl parameters&quot;<br>updater id: &#39;anID&#39;;<br>        callback: [:renderer | someNiceRendering ].<br>
<br>It generates a JS(*), but when it renders the Update it does inside a div, not inside the body.<br><div class="nodeChildBox"><div class=""><div class="sourceRow"><span class="sourceLine">(*) </span><span class="sourceRowText">meteoroid.eval(&#39;new
Ajax.Updater(\&#39;count\&#39;,\&#39;<a href="http://localhost:8080/seaside/meteoroid/counter">http://localhost:8080/seaside/meteoroid/counter</a>\&#39;,{\&#39;evalScripts\&#39;:true,\&#39;parameters\&#39;:[\&#39;_s=GaMJovPCAHDxFKZT\&#39;,\&#39;_k=VLnoRkpz\&#39;].join(\&#39;&amp;\&#39;)})&#39;)</span></div>
</div></div><br><br>So, It&#39;s possible to create a SUUpdater without the normal html? (of course, it has to work in an page)<br><br>Thanks in advance<br>Lautaro Fernández<br><br>PS: Why do I need this? because I&#39;m doing a rendering process inside a
model and I&#39;m inserting that updater into the page via Comet, but I
don&#39;t want to keep the &#39;html&#39; inside the page as an instance variable,
just the values I need (like the url and the parameters).<br clear="all"><br>-- <br>Luke LAut SkyFernadezWalker<br>