RE: How to set tiles attribute dynamically?

2006-08-03 Thread mosho
Neil, I am trying to do same thing my page_title comes from the db and it depends on the parameter. I fail to understand, how are you doing it? Do you have some example code. You are creating another class as MyController? Thanks -- View this message in context: http://www.nabble.com/How-to-

RE: How to set tiles attribute dynamically?

2005-07-08 Thread Neil Aggarwal
> -Original Message- > From: Durham David R Jr Ctr 805 CSPTS/SCE > [mailto:[EMAIL PROTECTED] > Sent: Friday, July 08, 2005 1:35 PM > To: Struts Users Mailing List > Subject: RE: How to set tiles attribute dynamically? > > > > The problem is that the pageTitle depe

RE: How to set tiles attribute dynamically?

2005-07-08 Thread Durham David R Jr Ctr 805 CSPTS/SCE
> The problem is that the pageTitle depends on the parameter > value and is not fixed. Is there a way to put a method > call in the tiles-defs.xml so I can pull the correct page > title from the database? IMO, the best way to do this is at the Tiles Controller level. Controllers receive a Compo