Hello,
I'm new to struts 2.
I have the following problem with internationalization in my Action classes.
there are two properties files package.properties and package_en.properties
wich works correctly in most cases.
In my Logon action i would like to add an Action error like this:
addActionError(getText("error.login.failed"));
The message is dispayed in my jsp, but always get it's string from
package.properties,
never from package_en.properties. Seems, that the request_locale is not
reachable in my
Action class.
I've searched a several days for a solution, but can't find anything.
Thanks for help.
--
View this message in context:
http://www.nabble.com/Problem-with-internationalization-in-addActionError-tp16790683p16790683.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]