I'm writing a custom component that implements a highly specific menu / dashboard display for my application. Previously this was done via JSP files included into each page. To implement this in Tapestry, I need to generate the HTML for the body of the menu (done via the component template) and I need to add stuff to the Shell component's head section or right after it (to include the JavaScript files, CSS files and some other inline definitions) and then right at the end of the Body (to start a countdown timer in JavaScript.)

How does one do this?

Norman Franke
ASD, Inc.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to