Re: Regarding locale in struts

2009-04-16 Thread Lukasz Lenart
2009/4/17 abhishek reddy : > thanks for the replyiam using struts 1.2.9, how to use the interceptor? Not possible ;-) And I have no idea how it (Locale) should be implemented in Struts 1.2. Regards -- Lukasz http://www.lenart.org.pl/

Re: Regarding locale in struts

2009-04-16 Thread abhishek reddy
thanks for the replyiam using struts 1.2.9, how to use the interceptor? On Thu, Apr 16, 2009 at 3:54 PM, Lukasz Lenart wrote: > 2009/4/16 abhishek reddy : > > how do i manually set the locale in struts application? > > You have to have I18N interceptor in your stack and setup > request_local

Re: Regarding locale in struts

2009-04-16 Thread Lukasz Lenart
2009/4/16 abhishek reddy : > how do i manually set the locale in struts application? You have to have I18N interceptor in your stack and setup request_local param in url with given Locale code, see [1] for more details [1] http://struts.apache.org/2.1.6/docs/i18n-interceptor.html Regards -- Lu

Regarding locale in struts

2009-04-16 Thread abhishek reddy
hi every one, how do i manually set the locale in struts application? I have list of language options set in combo box...based on the language selection locale has to be set and it has to be replicated in the whole application. -- Abhishek