Mold,&nbsp;<a href="http://kentreis.wordpress.com/2008/08/27/mold-form-validation-for-seaside/">http://kentreis.wordpress.com/2008/08/27/mold-form-validation-for-seaside/</a>, is a form validation utility that I use to perform rule base validation of my form fields. Haven&#39;t been able to get it to work with #formSerialize, so I reverted to standard form elements, as you suggested, and it works now.&nbsp;<div>
<br></div><div>I tried to-day to get JQuery autocompleter to work, but I am using 1.6 RC 5 and it does not seem to be supported. The pre-loaded JQuery UI in Seaside is 1.6 RC2, the autocompleter is included there, &nbsp;and although I can get it to work using only those libs, my theme based forms no longer work. Adding the autocompleter JS code from the preloaded libs to an external JS file, and loading it with RC5 does not work either.&nbsp;</div>
<div><br></div><div>I guess I should wait for the final Seaside build and the 1.6 release of JQuery-UI to get it all working.&nbsp;</div><div><br></div><div>Thanks for all your help.<br><br><div class="gmail_quote">On Fri, Feb 6, 2009 at 6:18 PM, Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Oups sorry, that was too fast ...<br>
<br>
html textInput<br>
 &nbsp; &nbsp; value: name;<br>
 &nbsp; &nbsp; callback: [ :value | name := value ]<br>
<br>
Hope this helps,<br>
<div><div></div><div class="Wj3C7c">Lukas<br>
<br>
--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">http://www.lukas-renggli.ch</a><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>-JT<br><br><br>
</div>