Re: Regarding locale in struts

2009-04-17 Thread Lukasz Lenart
2009/4/17 abhishek reddy abhishek.c1...@gmail.com: 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/

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

Re: Regarding locale in struts

2009-04-16 Thread Lukasz Lenart
2009/4/16 abhishek reddy abhishek.c1...@gmail.com: 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]

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 lukasz.len...@googlemail.com wrote: 2009/4/16 abhishek reddy abhishek.c1...@gmail.com: how do i manually set the locale in struts application? You have to have I18N