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