Re: I18nInterceptor / request_locale not working as expected

2010-01-29 Thread Bhaarat Sharma
Hi stephan, I see you solved your issue regarding resource bundle. I am having a problem where intermittently the resource bundles get lost and instead of seeing values on the browser...we start seeing actual properties like: my.label.name. using the execute method for your code below...is ther

Re: I18nInterceptor / request_locale not working as expected [INVALID/SOLVED]

2010-01-28 Thread Stephan R. Mueller
I beg your pardon for spamming. I'm mixing JSTL/Struts2 and my i18n messages are generated using JSTL. JSTL uses a java.util.Locale Object stored in the session via key "javax.servlet.jsp.jstl.fmt.locale". While Struts2 uses it's own key. Now using the JSTL key to stuff the current locale into an

I18nInterceptor / request_locale not working as expected

2010-01-28 Thread Stephan R. Mueller
Hi list, I'm using struts 2.1.8 with JDK6 I've Message.properties | Message_de_DE.properties and Message_en_US.properties. When switching the local via a browser plugin everything works fine and I can see that Session.WW_TRANS_I18N_LOCALE contains the expected locale (de_DE or en_US). Now I've a