Hi,

We have several applications which have a common footer. Currently we have
duplicate footers.jsp files - one in each App.

Can Tiles reference a resource stored outside the app it's deployed in. For
example is the way to do something conceptually like this?:

<definition name="base-layout" template="/WEB-INF/layouts/base-layout.jsp">
   ...   
   <put-attribute name="footer"  
value="http://some.server.com/footer.html"/>
   ...
</definition>

Thanks,

Paul
-- 
View this message in context: 
http://www.nabble.com/One-Footer%2C-Many-Applications-tp19001305p19001305.html
Sent from the tiles dev mailing list archive at Nabble.com.

Reply via email to