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
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
"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
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
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
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
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
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
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
9 matches
Mail list logo