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

i18n and same value for 2 different locale

2005-10-21 Thread Christian Bourque
Hi! I got a weird problem with my application (only in production), the problem is intermittent and I wasn't able to reproduce it yet. Sometimes the messages returned by bean:message aren't correct (english when it should be french and vice versa). I did a test in a jsp for a specific key and the