How to use Tiles or templates with CSS and Javascript

2003-01-20 Thread smart_runner23 [EMAIL PROTECTED]
Where do you add your Javascript when using Tiles? You are not supposed to put content into the template file. Say you have the standard template: html:html head titleblah/title /head body tiles:insert attribute=header/ tiles:insert attribute=body/ tiles:insert attribute=footer/ /body

Re: How to use Tiles or templates with CSS and Javascript

2003-01-20 Thread David Graham
You put css links in the html head/head section. You can define your start() function anywhere on the page though. David From: smart_runner23 [EMAIL PROTECTED] [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: How to use Tiles or