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
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
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
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
4 matches
Mail list logo