Problem solved! It was all a programming error. We added session.invalidate() after the setLocale. That made the default Locale to be used. Good to know that setLocale(myRequest, locale) doesn't set the myRequest locale (as I assumed), but the Globals.LOCALE_KEY object in the session.
Thanks for the help Hernan > I recently used <bean:message> with locale in the way you're describing, > and > it picked up the locale that's set as Globals.LOCALE_KEY. If you want, > you > can get the code in http://www.rabago.net/struts/formdef/downloads.htm. > Look > for the locale.war sample app. > > Hubert > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]