RE: R: Sharing what I've learned: locale switching

2004-05-17 Thread Kransen, J.
ei 2004 14:31 > Aan: Struts Users Mailing List > Onderwerp: Re: R: Sharing what I've learned: locale switching > > Andrea M. wrote: > > >Hi Jan > >What do you mean with "sharing user chosen locale"? > >Does your user access thru a common login app

Re: R: Sharing what I've learned: locale switching

2004-05-17 Thread Jan Normann Nielsen
Andrea M. wrote: Hi Jan What do you mean with "sharing user chosen locale"? Does your user access thru a common login application? If it's something like that, then you might share your Locale putting it in session Session.setAttribute("myLocale", myLocale); Then retrieving it in the other applicat