Setting the page title from a tile

2003-09-25 Thread Matt Raible
I have an interesting problem that I can't figure out how to solve. We are using Tiles, as well as a custom tag library that renders content from Velocity Templates. These templates have HTML content in them, but they're mostly text - and this is our CMS (for now). The problem is is that

Re: Setting the page title from a tile

2003-09-25 Thread Srinivas Gunturu
Matt, We have solved this in our application by defining our tile as follows definition name=baseDef path=/Template.jsp put name=title value=My Title1 / put name=header value=/header.jsp/ put name=topnav value=/topnav.jsp/ put name=leftnav

RE: Setting the page title from a tile

2003-09-25 Thread Holman, Cal
-Original Message- From: Srinivas Gunturu [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 09:56 To: [EMAIL PROTECTED] Subject: Re: Setting the page title from a tile Matt, We have solved this in our application by defining our tile as follows definition name=baseDef path

RE: Setting the page title from a tile

2003-09-25 Thread Matt Raible
Mailing List Subject: RE: Setting the page title from a tile I do something a little different to pull the title out of application.properties definition name=whatsnew.pagedef extends=home.pagedef put name=title value=whatsnew.title / put name=content