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

2004-05-17 Thread Andrea M
Inviato: lunedì 17 maggio 2004 14.31 A: Struts Users Mailing List Oggetto: 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 application? >If it

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

R: Sharing what I've learned: locale switching

2004-05-17 Thread Andrea M.
lunedì 17 maggio 2004 10.42 A: Struts Users Mailing List Oggetto: Re: Sharing what I've learned: locale switching None None wrote: > Because this might be helpful to others, and because I probably would > have spent another couple of hours figuring it out on my own without > the h

Re: Sharing what I've learned: locale switching

2004-05-17 Thread Jan Normann Nielsen
None None wrote: Because this might be helpful to others, and because I probably would have spent another couple of hours figuring it out on my own without the help of some people on this lsit, I wanted to give back as much as I could. So, here's a consolidated bit of info I've learned about s

RE: Sharing what I've learned: locale switching

2004-05-14 Thread None None
vadocs would be useful. Thanks again! From: "Joe Hertz" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: Sharing what I've learned: locale swi

RE: Sharing what I've learned: locale switching

2004-05-14 Thread Joe Hertz
IL PROTECTED] > Sent: Friday, May 14, 2004 2:16 PM > To: [EMAIL PROTECTED] > Subject: Sharing what I've learned: locale switching > > > Because this might be helpful to others, and because I > probably would have > spent another couple of hours figuring it out on my

RE: Sharing what I've learned: locale switching

2004-05-14 Thread None None
That's good to know too, thanks very much Larry! From: "Zhang, Larry (L.)" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Sharing what I've

RE: Sharing what I've learned: locale switching

2004-05-14 Thread Zhang, Larry \(L.\)
age tag is used in struts. Thanks. Larry Zhang -Original Message- From: Wang, Yuanbo [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 2:40 PM To: Struts Users Mailing List Subject: RE: Sharing what I've learned: locale switching Thanks for sharing the information. Basically s

RE: Sharing what I've learned: locale switching

2004-05-14 Thread None None
ale dynamically, update the Locale object saved in the session. Thanks, Yuanbo -Original Message- From: None None [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 2:16 PM To: [EMAIL PROTECTED] Subject: Sharing what I've learned: locale switching Because this might be helpful to othe

RE: Sharing what I've learned: locale switching

2004-05-14 Thread Wang, Yuanbo
- From: None None [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 2:16 PM To: [EMAIL PROTECTED] Subject: Sharing what I've learned: locale switching Because this might be helpful to others, and because I probably would have spent another couple of hours figuring it out on my own w

Sharing what I've learned: locale switching

2004-05-14 Thread None None
Because this might be helpful to others, and because I probably would have spent another couple of hours figuring it out on my own without the help of some people on this lsit, I wanted to give back as much as I could. So, here's a consolidated bit of info I've learned about switching language