Re: i18n and variable tiles definitions

2007-12-20 Thread Alberto A. Flores
as an object in the model. From: [EMAIL PROTECTED] To: user@struts.apache.org Subject: RE: i18n and variable tiles definitions Date: Thu, 20 Dec 2007 13:47:33 -0800 btw, I've also tried this slight variation: tiles.xml name="titleKey" value="record.d

RE: i18n and variable tiles definitions

2007-12-20 Thread Peter Rumstle
model. > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: RE: i18n and variable tiles definitions > Date: Thu, 20 Dec 2007 13:47:33 -0800 > > > btw, I've also tried this slight variation: > > tiles.xml > name="titleKey

RE: i18n and variable tiles definitions

2007-12-20 Thread Peter Rumstle
"Record Detail: ${recordId}". Also giving me the problem that it is not evaluating the expression. > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: RE: i18n and variable tiles definitions > Date: Thu, 20 Dec 2007 13:41:13 -0800 > > > T

RE: i18n and variable tiles definitions

2007-12-20 Thread Peter Rumstle
out success :-( How can I get the title to show the value of the expression i set in my tiles definition? > Date: Thu, 20 Dec 2007 15:01:20 -0500 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: i18n and variable tiles definitions > > you can do the same thin

Re: i18n and variable tiles definitions

2007-12-20 Thread Alberto A. Flores
Date: Thu, 20 Dec 2007 13:29:32 -0500 From: [EMAIL PROTECTED] To: user@struts.apache.org Subject: Re: i18n and variable tiles definitions May I suggest to instead of using the "title" value in the tiles, use the keys (e.g. "titleKey"), then fetched it using whatev

RE: i18n and variable tiles definitions

2007-12-20 Thread Peter Rumstle
is if thats bad form. > Date: Thu, 20 Dec 2007 13:29:32 -0500 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: i18n and variable tiles definitions > > May I suggest to instead of using the "title" value in the tiles, use > the keys (e.g. "t

Re: i18n and variable tiles definitions

2007-12-20 Thread Antonio Petrelli
2007/12/20, Alberto A. Flores <[EMAIL PROTECTED]>: > Just a last note: you can use: And your "titleKey" attribute value will be imported as a page-scoped "titleKey" bean. Ciao Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: i18n and variable tiles definitions

2007-12-20 Thread Alberto A. Flores
May I suggest to instead of using the "title" value in the tiles, use the keys (e.g. "titleKey"), then fetched it using whatever approach you want to: Example: resource_en.properties application.title=Hello World Application tiles.xml jsp page (of course this uses unnecessary co

i18n and variable tiles definitions

2007-12-20 Thread Peter Rumstle
Hi everyone, I am running into what appears to be a limitation in tiles. I hope someone has encountered this problem before and knows of a workaround. I have a tiles based layout that accepts a "title" in the tiles definition. My problem is that I need the titl