Re: Handle Japanese characters from jsp page into ActionClass

2009-07-28 Thread Ashish Kulkarni
HiSo basically in my web.xml i add CharacterEncodingFilter as the first filter and it will be handled in web application as first filter, i have 3 different filters already defined, so adding CharacterEncodingFilter on top will ensure that it will be the first filter to be called On Mon, Jul 27

Re: Handle Japanese characters from jsp page into ActionClass

2009-07-27 Thread Greg Lindholm
That filter will work with struts 1. Just be sure it's early in the filter chain before anyone is reading the request. I always make it the first filter. On Mon, Jul 27, 2009 at 4:23 PM, Ashish Kulkarni < ashish.kulkarn...@gmail.com> wrote: > HiI am using struts 1.2.6 and not yes in struts 2, > S

Re: Handle Japanese characters from jsp page into ActionClass

2009-07-27 Thread Ashish Kulkarni
HiI am using struts 1.2.6 and not yes in struts 2, So should i just put in a general filter to do encoding? Ashish On Mon, Jul 27, 2009 at 4:10 PM, Greg Lindholm wrote: > On Mon, Jul 27, 2009 at 3:34 PM, Ashish Kulkarni < > ashish.kulkarn...@gmail.com> wrote: > > > HiI have a jsp page which disp

Re: Handle Japanese characters from jsp page into ActionClass

2009-07-27 Thread Greg Lindholm
On Mon, Jul 27, 2009 at 3:34 PM, Ashish Kulkarni < ashish.kulkarn...@gmail.com> wrote: > HiI have a jsp page which displays data in UTF-8 encoding, there is a input > text field, when user enter japanese characters in this input text and data > is transferred to Actionclass i get junk value, > > H