I'm trying to get my Spanish text using the RequestUtils.message method.
I get my English just fine when using the following but when the
locale is set to Spanish in the action class then this doesn't work:

RequestUtils.message(pageContext, Globals.MESSAGES_KEY,
Globals.LOCALE_KEY, (String) keyTable.get(name));

Is it looking in the request scope only because I think those keys are
only in the session?  I know my Spanish is there because my page
displays in Spanish except for the portion that I use
RequestUtils.message for.

Is ther an equivilent to get it from the session?

Any help?

Shawn

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to