There is a JSTL core tag called "import" which you can put into a tile specifically for this purpose:
<c:import url="http://blah"/> 2008/8/15 pauljohn <[EMAIL PROTECTED]> > > 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. > >
