Re: Struts, Tiles and Internationalization

2005-10-10 Thread Bryon Lape
The current site allows the user to select their language. Plus, I am adding registration so there a user needs to be allowed to select their default language for when they return and log in. Right now we are simply adding Canadian English and French. It is easy enough to see that a coffee house

Re: Struts, Tiles and Internationalization

2005-10-08 Thread Danny Lee
Hi! I thing you don't have to put the language-oriented tags. Just do the normal Struts-Internationalization with applicaition_resources, this technique is independent of using tiles or not and works great. Choosing language manually is another issue. It will work anyway by Struts reading t

Re: Struts Tiles and Internationalization

2004-10-29 Thread Christian Hesse
Thank you very much, it works fine! "Struts Users Mailing List" <[EMAIL PROTECTED]> schrieb am 27.10.04 11:30:26: > > You can put what ever you like in the tile attributes. I store the > resource keys so that they can be looked up depending on locale. > > Example - using a welcome page and a v

Re: Struts Tiles and Internationalization

2004-10-27 Thread Scott Piker
It's actually pretty straightforward. Just define a "title" attribute in your tiles-defs, as you would any other attribute. Override it for each page that requires a different title. For example: tiles-defs.xml: *

Re: Struts Tiles and Internationalization

2004-10-27 Thread Jason Lea
You can put what ever you like in the tile attributes. I store the resource keys so that they can be looked up depending on locale. Example - using a welcome page and a view shopping cart page In your tiles definition welcome page: ... shopping cart page: ... In your template p