Re: How to set locale using j_security_check

2002-09-06 Thread Michael Lee
Jon.Ridgway" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, September 06, 2002 11:06 AM Subject: RE: How to set locale using j_security_check > Hi Mike, > > By default the user's locale will be set to tha

RE: How to set locale using j_security_check

2002-09-06 Thread Jon.Ridgway
g onto the domain.com/secure/main.jsp. Jon Ridgway -Original Message- From: Michael Lee [mailto:[EMAIL PROTECTED]] Sent: 06 September 2002 14:56 To: Struts Users Mailing List Subject: How to set locale using j_security_check I use container managed security in WLS using j_security_check. I hav

How to set locale using j_security_check

2002-09-06 Thread Michael Lee
I use container managed security in WLS using j_security_check. I have multiple languages. I want to load a user object with a locale and set it for that user as long as he is logged in (Action.setLocale(request, locale)??). How would I do this if the container is handling log in for me? For exa