Re: i18n & Tiles

2005-01-17 Thread Jason Lea
Dakota Jack wrote: How does this solve the i18n problem? On Mon, 17 Jan 2005 03:07:27 -0600, Kishore Senji <[EMAIL PROTECTED]> wrote: On Mon, 17 Jan 2005 17:54:55 +0900, Sylvain ~ <[EMAIL PROTECTED]> wrote: By the way, I don"t want to have ONE internationilized

Re: i18n & Tiles

2005-01-17 Thread Dakota Jack
How does this solve the i18n problem? On Mon, 17 Jan 2005 03:07:27 -0600, Kishore Senji <[EMAIL PROTECTED]> wrote: > On Mon, 17 Jan 2005 17:54:55 +0900, Sylvain ~ <[EMAIL PROTECTED]> wrote: > > By the way, I don"t want to have ONE internationilized title for all > > my pages, so I can't do that,

Re: i18n & Tiles

2005-01-17 Thread Dakota Jack
This suggestion does not keep you from having multiple titles. Just change the ApplicationProperties name, e.g. logon.title, etc. On Mon, 17 Jan 2005 17:54:55 +0900, Sylvain ~ <[EMAIL PROTECTED]> wrote: > By the way, I don"t want to have ONE internationilized title for all > my pages, so I can'

RE: i18n & Tiles

2005-01-17 Thread Lesaint Sébastien
: Kishore Senji [mailto:[EMAIL PROTECTED] Envoyé : lundi 17 janvier 2005 10:07 À : Struts Users Mailing List; Sylvain ~ Objet : Re: i18n & Tiles On Mon, 17 Jan 2005 17:54:55 +0900, Sylvain ~ <[EMAIL PROTECTED]> wrote: > By the way, I don"t want to have ONE internationilized title

Re: i18n & Tiles

2005-01-17 Thread Kishore Senji
ssage d'origine- > > De : Sylvain ~ [mailto:[EMAIL PROTECTED] > > Envoyé : lundi 17 janvier 2005 09:02 > > À : user@struts.apache.org > > Objet : i18n & Tiles > > > > I'm trying to create an internationalized application, and when I >

Re: i18n & Tiles

2005-01-17 Thread Sylvain ~
in ~ [mailto:[EMAIL PROTECTED] > Envoyé : lundi 17 janvier 2005 09:02 > À : user@struts.apache.org > Objet : i18n & Tiles > > I'm trying to create an internationalized application, and when I > tried to template it with Tiles, I found something missing, or which > s

RE: i18n & Tiles

2005-01-17 Thread Lesaint Sébastien
Hi, To solve this problem I use this code in my jsp: Pretty easy, isn'it? :) Seb' -Message d'origine- De : Sylvain ~ [mailto:[EMAIL PROTECTED] Envoyé : lundi 17 janvier 2005 09:02 À : user@struts.apache.org Objet : i18n & Tiles I'm trying to cre

Re: i18n & Tiles

2005-01-17 Thread Dakota Jack
Make the "TO CHANGE" some url getting a resource like "resource?resource=to_change" and have an action return the resource as a value of ApplicationProperties key "to_change" as well as null as the value of the return ActionForward in execute(...). There are simpler solutions, I am sure, but this

i18n & Tiles

2005-01-17 Thread Sylvain ~
I'm trying to create an internationalized application, and when I tried to template it with Tiles, I found something missing, or which seems impossible to be simply solved : When using tiles with definitions in a centralized file, the put tag doesn't offer ability to set a key to automatically get