and 3rd-party javascript libraries

2007-07-28 Thread Chinchih
-latest.pack.js" under WEB-INF/js inside the war file, but that didn't work. Then I tried to create a "jslib.jar", which contains js/jquery-latest.pack.js and put it under WEB-INF/lib. That didn't work, either. Could someone please kindly offer some hint? Thanks, Chinchih - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

T4: How to exclude dojo?

2007-07-27 Thread Chinchih
following code inside the generated block: <!-- dojo.addOnLoad(function(e) { dojo.require("tapestry.form");tapestry.form.registerForm("Form"); tapestry.form.focusField('button');}); // --> Is there a way to "turn off" Dojo to a