onChange: (html jQuery ajax serializeThis;<br>
        script: [:s | s &lt;&lt; (s jQuery id: &#39;items&#39;) replaceWith: [:h
 | self renderItemsOn: h]]);<br><br>doesn&#39;t work in that case, but the following should really work<br><br> onChange: (((html jQuery: #items) load <br>                        serialize: (html jQuery this parents; find: &#39;form&#39;)) html: [:ajaxHtml | self renderItemsOn: ajaxHtml]);<br>
<br>Gerhard<br><br><br><br><div class="gmail_quote">On Sat, Nov 28, 2009 at 7:59 PM, Paul DeBruicker <span dir="ltr">&lt;<a href="mailto:pdebruic@gmail.com">pdebruic@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">Damien Cassou wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
I would like to reproduce<br>
<a href="http://book.seaside.st/book/web-20/scriptaculous/ajax/updating" target="_blank">http://book.seaside.st/book/web-20/scriptaculous/ajax/updating</a> using<br>
Seaside 3.0 and jQuery but can&#39;t find the right invocation.<br>
</blockquote>
<br>
<br></div>
I think you replace this:<br>
<br>
onChange: (html updater &quot;&lt;-- added&quot;<br>
                    id: &#39;items&#39;;<br>
                    triggerForm: (html element up: &#39;form&#39;);<br>
                    callback: [ :ajaxHtml | self renderItemsOn: ajaxHtml ]);<br>
<br>
with this:<br>
<br>
onChange: (html jQuery ajax serializeThis;<br>
        script: [:s | s &lt;&lt; (s jQuery id: &#39;items&#39;) replaceWith: [:h | self renderItemsOn: h]]);<br>
<br>
<br>
but I am not able to test it to know for sure.<div><div></div><div class="h5"><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">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>