posted 13 years ago
I have set the parameter value using getter/setter in the interceptor and then in the tiles I used the following
<definition name="online.template" template="brand.jsp">
<put-attribute name="header" value="${id}/header.ftl"/>
Each client has different header files so I want to provide the id to direct to the right header. Is this possible or is there another way around?