I bought the PDF of the book "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. Does anyone know what version of Seaside the book was written for? I think I should be using that version. Sent from my iPad _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Dear John,
The book was written for version 3.0. However, the problem you experience is not a version difference. The reason Scriptaculous is missing is because it is not loaded in your image. 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. I have now adapted the load instructions on the website [2] to mention this: 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. Gofer new In fact, there are very little differences between 3.0 and 3.1 and they are described in [1]. 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. Hope this helps Johan
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
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. Sent from my iPad
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Mind that Scriptaculous is an outdated javascript library.
You will want to use the jQuery library instead. cheers Johan
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Thanks for the tip. Sent from my iPad
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |