Hello!
We're using the <bean:message /> tag
to display localizable messages.
The message is displayed in the default locale which was active when the
web server was started.
I thought struts would use the correct resource bundle automatically!
Isn't that true?
What we did to get the correct language was
session.setAttribute(org.apache.struts.action.Action.LOCALE_KEY,
request.getLocale());
in the jsp pages.
This works, but I suggest struts should do this automatically.
Greetings,
Uli
- Re: bug? resource bundle is not automatically changed Ulrich Winter
- Re: bug? resource bundle is not automatically cha... Craig R. McClanahan

