Re: i18n and same value for 2 different locale

2005-10-25 Thread Christian Bourque
> We have a similar issue that only appears sometimes to our webapp > when its deployed to a websphere server. Our other environments that > run tomcat have never exhibited this problem. Humm weird because I use Tomcat (5.5) here... Anyway I'll let you know If I find anything useful! Christian

RE: i18n and same value for 2 different locale

2005-10-25 Thread Christian Bourque
> I DON'T USE THIS > > Locale.setDefault(Locale.FRENCH); > I USE THIS > > session.setAttribute(Globals.LOCALE_KEY, locale); Me too I'm using the session to store the user's default locale! The first one I'm using is to set a default locale for the JVM! This hasn't the same be

RE: i18n and same value for 2 different locale

2005-10-24 Thread Fulgencio Comendeiro, Eduardo
quot;success"); -Mensaje original- De: Jurn Ho [mailto:[EMAIL PROTECTED] Enviado el: lunes, 24 de octubre de 2005 15:29 Para: Struts Users Mailing List Asunto: Re: i18n and same value for 2 different locale I'd be very interested if you find out what is wrong.. We have a similar

Re: i18n and same value for 2 different locale

2005-10-24 Thread Jurn Ho
I'd be very interested if you find out what is wrong.. We have a similar issue that only appears sometimes to our webapp when its deployed to a websphere server. Our other environments that run tomcat have never exhibited this problem. Jurn At 07:52 AM 22/10/2005, Christian Bourque wrote: Hi

[FRIDAY] Re: i18n and same value for 2 different locale

2005-10-21 Thread Dave Newton
Christian Bourque wrote: [...]the value returned was in english for a french locale ??? We know how much the French love speaking English. It's part of our plan for total world domination, one server at a time. Dave - To