I use the following to load my CSS files:

<link rel="stylesheet" type="text/css" href="<sslext:rewrite
forward='baseStyle'/>"/>

Note: If you do not use sslext then use html:rewrite instead of sslext:rewrite.

This method requires the path to the CSS file to be stored within the
struts config file so it can be easily updated, i.e:
<forward name="baseStyle" path="/assets/styles/global.css"/>.

Hope that helps.

Tim Christopher

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

Reply via email to