The goal of the design is that you put 95% of your logic into a static
.js file, references from your .script file. The purpose of the
.script is to provide the dynamically generated glue code ... things
like event registrations and such.
On 4/6/07, Wojtek Ciesielski <[EMAIL PROTECTED]> wrote:
???
1) inside xml you can have
2) you don't have to use .script files, they serve a very specific purpose =
writing out dynamic js.
3) Take a look at
http://tapestry.apache.org/tapestry4.1/usersguide/script.html
there's an include-script section!
4) You can directly add js in your pages, with