Re: i18n recommendation

2005-09-15 Thread Ivan Rodriguez
What I use: First I store the ArrayList in the application context, with the locale identifies concatenated. And other useful localized strings that are constants. context.setAttribute(lang + "_" + Constants.YEAR_MONTHS, ym); And in the action where there is a forward that will display that

Re: i18n recommendation

2005-09-15 Thread Jadeler
Thanks Laurie. Btw, I actually meant the application context, not the session. --- Laurie Harper <[EMAIL PROTECTED]> wrote: > Jadeler wrote: > > Im using a struts plugin to populate application > wide > > data such list of values, etc from the database > and > > then stored in a session. I al

Re: i18n recommendation

2005-09-15 Thread Laurie Harper
Jadeler wrote: Im using a struts plugin to populate application wide data such list of values, etc from the database and then stored in a session. I also use the application resources bundles for text messages, labels, etc on my jsp pages. For displaying data pertaining to the locale the use

i18n recommendation

2005-09-15 Thread Jadeler
Im using a struts plugin to populate application wide data such list of values, etc from the database and then stored in a session. I also use the application resources bundles for text messages, labels, etc on my jsp pages. For displaying data pertaining to the locale the user has selected (da