Hi all,

I've previously used Tiles inside Struts 1.2.8.
Now I'm thinking of building a new project using standalone Tiles 2.0.6 (with CSS and DWR). Question: Is there anything like the struts html:rewrite tag which would allow me to use the same master template no matter where in the file hierarchy a particular page using that tempalte occurs. For example, in my struts 1.2.8 project, I used

<LINK rel="stylesheet" type="text/css" href="<html:rewrite forward='common_styles'/>" />

in the (almost) only layout page for the entire project to reference the common css styles that I used. The individual pages were nested down 3 or 4 levels in the file system hierarchy.
Is there any way I can achieve the same effect using standalone Tiles?

Thanks in advance,
Ken Bowen

Reply via email to