That worked great. Thanks a lot!<br><br><div class="gmail_quote">On Sat, Jun 21, 2008 at 9:57 AM, cdrick &lt;<a href="mailto:cdrick65@gmail.com">cdrick65@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<div class="Ih2E3d"><br>
&gt; I was able to see what is causing my problem. I got a message in the console<br>
&gt; saying the &quot;Axaj.Updater is not defined.&quot; It sounds like the page is not<br>
&gt; loading scriptaculous. Do I need to override any method in my root component<br>
&gt; in order for scriptaculous to get loaded in the page?<br>
<br>
</div>You need to associate the scriptaculous library &nbsp;to your applciation.<br>
Either programmaticlay or from the config interface.<br>
Go in config then choose your app (configure) then add SULibrary form<br>
the drop down.<br>
<br>
To do that programmaticaly, in the class side of you main component,<br>
do something like:<br>
<br>
initialize<br>
 &nbsp; &nbsp; &nbsp; &nbsp;(self registerAsApplication: &#39;yourAppName&#39;)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;libraries<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;add: SULibrary.<br>
<br>
Cédrick<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>
<br></blockquote></div><br>