<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Mind that Scriptaculous is an outdated javascript library.<div class="">You will want to use the jQuery library instead.</div><div class=""><br class=""></div><div class="">cheers</div><div class="">Johan</div><div class=""><br class=""><div class=""><div><blockquote type="cite" class=""><div class="">On 05 Sep 2015, at 09:14, John Pfersich &lt;<a href="mailto:jpfersich@gmail.com" class="">jpfersich@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="content-type" content="text/html; charset=utf-8" class=""><div dir="auto" class=""><div class="">That helps a lot. Thanks for updating the web page. I found a reference to 3.0 on page 265 so I downloaded the 3.0 one click; maybe I'll try the gofer.<br class=""><br class="">Sent from my iPad</div><div class=""><br class="">On Sep 4, 2015, at 22:27, Johan Brichau &lt;<a href="mailto:johan@inceptive.be" class="">johan@inceptive.be</a>&gt; wrote:<br class=""><br class=""></div><blockquote type="cite" class=""><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class="">Dear John,<div class=""><br class=""></div><div class="">The book was written for version 3.0.</div><div class="">However, the problem you experience is not a version difference. The reason Scriptaculous is missing is because it is not loaded in your image.</div><div class="">In 3.1, the metacello configuration was changed to load only the Core packages and all additional packages need to be specified manually. For that, see the groups spec in the ConfigurationOfSeaside3.</div><div class="">I have now adapted the load instructions on the website [2] to mention this:</div><div class=""><span style="color: rgb(0, 40, 66); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 18px; widows: 1; background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class=""><span style="color: rgb(0, 40, 66); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 18px; widows: 1; background-color: rgb(255, 255, 255);" class="">If you are a beginning user, you will want to play around with all packages. Therefore, use the following code to load all packages, like in the one-click distribution.</span></div><div class=""><pre class="shout" style="margin-left: 2em; color: rgb(0, 40, 66); line-height: 18px; widows: 1; background-color: rgb(255, 255, 255);"><span class="globalVar" style="border: 0px; margin: 0px; padding: 0px; color: rgb(0, 0, 136);">Gofer</span> <span class="unary" style="border: 0px; margin: 0px; padding: 0px;">new</span><br class="">    <span class="keyword" style="border: 0px; margin: 0px; padding: 0px;">url:</span><span class="string" style="border: 0px; margin: 0px; padding: 0px; color: rgb(136, 0, 136);">'<a href="http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'" class="">http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'</a></span><span class="cascadeSeparator" style="border: 0px; margin: 0px; padding: 0px;">;</span><br class="">    <span class="keyword" style="border: 0px; margin: 0px; padding: 0px;">package:</span> <span class="string" style="border: 0px; margin: 0px; padding: 0px; color: rgb(136, 0, 136);">'ConfigurationOfSeaside3'</span><span class="cascadeSeparator" style="border: 0px; margin: 0px; padding: 0px;">;</span><br class="">    <span class="unary" style="border: 0px; margin: 0px; padding: 0px;">load</span><span class="statementSeparator" style="border: 0px; margin: 0px; padding: 0px;">.</span><br class=""><span class="leftParenthesis" style="border: 0px; margin: 0px; padding: 0px;">(</span><span class="leftParenthesis1" style="border: 0px; margin: 0px; padding: 0px;">(</span><span class="globalVar" style="border: 0px; margin: 0px; padding: 0px; color: rgb(0, 0, 136);">Smalltalk</span> <span class="keyword" style="border: 0px; margin: 0px; padding: 0px;">at:</span> <span class="symbol" style="border: 0px; margin: 0px; padding: 0px; color: rgb(136, 0, 136);">#</span><span class="symbol" style="border: 0px; margin: 0px; padding: 0px; color: rgb(136, 0, 136);">ConfigurationOfSeaside3</span><span class="rightParenthesis1" style="border: 0px; margin: 0px; padding: 0px;">)</span> <span class="unary" style="border: 0px; margin: 0px; padding: 0px;">project</span> <span class="keyword" style="border: 0px; margin: 0px; padding: 0px;">version:</span> <span class="symbol" style="border: 0px; margin: 0px; padding: 0px; color: rgb(136, 0, 136);">#</span><span class="symbol" style="border: 0px; margin: 0px; padding: 0px; color: rgb(136, 0, 136);">stable</span><span class="rightParenthesis" style="border: 0px; margin: 0px; padding: 0px;">)</span> <span class="keyword" style="border: 0px; margin: 0px; padding: 0px;">load:</span> <span class="string" style="border: 0px; margin: 0px; padding: 0px; color: rgb(136, 0, 136);">'CI'</span><span class="statementSeparator" style="border: 0px; margin: 0px; padding: 0px;">.</span></pre></div><div class=""><br class=""></div><div class="">In fact, there are very little differences between 3.0 and 3.1 and they are described in [1].&nbsp;</div><div class="">From the book’s point of view, they are mostly deprecated methods that have been removed and thus some examples may need to be reformulated.</div><div class=""><br class=""></div><div class="">Hope this helps</div><div class="">Johan</div><div class=""><br class=""></div><div class="">[1]&nbsp;<a href="https://github.com/SeasideSt/Seaside/wiki/Seaside310Changelog" class="">https://github.com/SeasideSt/Seaside/wiki/Seaside310Changelog</a></div><div class="">[2]&nbsp;<a href="http://seaside.st/download/pharo" class="">http://seaside.st/download/pharo</a></div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On 04 Sep 2015, at 22:31, John Pfersich &lt;<a href="mailto:jpfersich@gmail.com" class="">jpfersich@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="content-type" content="text/html; charset=utf-8" class=""><div dir="auto" class=""><div class="">I bought the PDF of the book "<span style="background-color: rgba(255, 255, 255, 0);" class=""><span style="font-style: italic;" class="">Dynamic Web Development with Seaside". I'm working through the book and there have been several inconsistencies between the book and the version of seaside that I downloaded (3.1). The latest problem is chapter 20 on "dynamic content with scriptaculous". Scriptaculous isn't loaded in the Seaside 3.1 image.&nbsp;</span></span></div><div class=""><i class=""><br class=""></i></div><div class=""><i class="">Does anyone know what version of Seaside the book was written for? I think I should be using that version.&nbsp;<br class=""></i><br class="">Sent from my iPad</div></div>_______________________________________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.squeakfoundation.org</a><br class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br class=""></div></blockquote></div><br class=""></div></div></blockquote><blockquote type="cite" class=""><div class=""><span class="">_______________________________________________</span><br class=""><span class="">seaside mailing list</span><br class=""><span class=""><a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.squeakfoundation.org</a></span><br class=""><span class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a></span><br class=""></div></blockquote></div>_______________________________________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.squeakfoundation.org</a><br class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br class=""></div></blockquote></div><br class=""></div></div></body></html>