Sorry for the delay guys, but I had to check first if I&#39;m seeing this in Pharo too. ;)<br><br>While experimenting I added the JQAjaxifierLibrary to the application &quot;just in case, can&#39;t hurt can it?&quot;<br>After removing it again everything seems to be ok.<br>

But the button trick won&#39;t work anymore, so Lukas was right there.<br><br>Anyway thanks for the help and sorry for the confusion.<br><br>Alex<br><br><div class="gmail_quote">2011/8/3 Johan Brichau <span dir="ltr">&lt;<a href="mailto:johan@inceptive.be">johan@inceptive.be</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I didn&#39;t really want to make a point ;-)<br>
<br>
We just need more information on the code to know what is wrong.<br>
<font color="#888888"><br>
Johan<br>
</font><div><div></div><div class="h5"><br>
On 03 Aug 2011, at 16:51, Robert Sirois wrote:<br>
<br>
&gt; Johan probably has a point here. Make sure JQDeploymentLibrary and JQUiDeploymentLibrary (if you&#39;re using UI) are included in the libraries in the application config.<br>
&gt;<br>
&gt; Otherwise, you can include them this way:<br>
&gt;<br>
&gt; updateRoot: html<br>
&gt;       super updateRoot: html.<br>
&gt;<br>
&gt;       html javascript url: &#39;<a href="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.js" target="_blank">https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.js</a>&#39;.<br>
&gt;       html javascript url: &#39;<a href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.js" target="_blank">https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.js</a>&#39;.<br>
&gt;       html stylesheet url: &#39;<a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/redmond/jquery-ui.css" target="_blank">http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/redmond/jquery-ui.css</a>&#39;.<br>


&gt;<br>
&gt; RS<br>
&gt;<br>
&gt; &gt; Subject: Re: [Seaside] Click, Replace and Submit<br>
&gt; &gt; From: <a href="mailto:johan@inceptive.be">johan@inceptive.be</a><br>
&gt; &gt; Date: Wed, 3 Aug 2011 11:59:56 +0200<br>
&gt; &gt; To: <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; &gt;<br>
&gt; &gt; Alex,<br>
&gt; &gt;<br>
&gt; &gt; What is the code you use to include the scripts? Where is it located?<br>
&gt; &gt;<br>
&gt; &gt; And what is the callback that is executed on form submission?<br>
&gt; &gt;<br>
&gt; &gt; On 03 Aug 2011, at 11:11, Alexander Lazarević wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; Now I&#39;m facing another problem. I&#39;m using some JS libraries and on the first request all the &lt;script&gt; references are included in the page.<br>
&gt; &gt; &gt; After I do submit a form the rerendered page is missing all those library references. I still can&#39;t figure out where this might go wrong.<br>
&gt; &gt; &gt; Any suggestions?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Thanks,<br>
&gt; &gt; &gt; Alex<br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; seaside mailing list<br>
&gt; &gt; &gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; &gt; &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; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; seaside mailing list<br>
&gt; &gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; &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; 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>
<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>