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
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, it would have been too simple !! > I have many pages, having different i18n titles, You can extend the main.layout and ov

Re: i18n & Tiles

2005-01-17 Thread Sylvain ~
By the way, I don"t want to have ONE internationilized title for all my pages, so I can't do that, it would have been too simple !! I have many pages, having different i18n titles, so I think wrinting an Action to get the message is maybe the smartest but not easiest way of doing this. On Mon, 17

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 create an internationalized application

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