I don't quite agree with that statement. I started playing around with T5.1 (mostly having skipped T5.0) and added this line to my Layout.java component:
@IncludeJavaScriptLibrary ( { "context:js/jquery-1.3.2.min.js", "context:js/jquery-ui-1.7.1.custom.min.js" } ) The resulting HTML then included not only JQuery, which is what I wanted, but Prototype and Scriptaculous, which I didn't care about at all. It adds extra payload to the package even if you don't want to use it. mrg On Wed, Jun 10, 2009 at 10:59 AM, Thiago H. de Paula Figueiredo<thiag...@gmail.com> wrote: > Tapestry is not forcing you to use any Javascript framework, just to > use jQuery.noConflict() and jQuery() instead of $() when you want ot > use jQuery. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org