2008/12/2 Robert Harrison <[EMAIL PROTECTED]>: > I have a Struts2 application: Struts version is 2.0.12 and Tiles is > 2.0.4.
First of all I suggest to upgrade to Tiles 2.0.6. > <put-attribute name="header" value="WEB-INF/tiles/header.jsp" /> This attribute will be taken as a string because its value does not start with a slash. So either add a slash o set the type to "template". Ciao Antonio
