Re: struts 2 internationalization problem

2011-03-13 Thread sumitjain23
Tried with a locale but still not working -- View this message in context: http://struts.1045723.n5.nabble.com/struts-2-internationalization-problem-tp388p3555928.html Sent from the Struts - User mailing list archive at Nabble.com.

RE: struts 2 internationalization problem

2011-03-13 Thread sumitjain23
If you look closely , I am doing the exact same thing i.e. setting the session parameter "WW_TRANS_I18N_LOCALE" since I18nInterceptor.DEFAULT_SESSION_ATTRIBUTE is equal to "WW_TRANS_I18N_LOCALE". But still it is not working -- View this message in context: http://struts.1045723.n5.nabble.com/st

struts 2 internationalization problem

2011-03-13 Thread sumitjain23
I am developing struts 2.2 application. When I pass a request_locale parameter from a web page then it works fine i.e. the locale changes. But when I try to change it programatically by setting the session parameter session.setAttribute("WW_TRANS_I18N_LOCALE", "fr"); it does not work i.e. the loc