Re: Struts - passing unicode parameter from jsp to action

2004-08-13 Thread Masoud Kalali
Pavel Kolesnikov wrote: On Thu, 12 Aug 2004, Masoud Kalali wrote: I use post for sending parameter to action and also add (request.setCharacterEncoding("UTF-8"); to my action before reading parameter from it , also i add two You should better call request.setCharacterEncoding() in a filte

Re: Struts - passing unicode parameter from jsp to action

2004-08-11 Thread Pavel Kolesnikov
On Thu, 12 Aug 2004, Masoud Kalali wrote: > I use post for sending parameter to action and also add > (request.setCharacterEncoding("UTF-8"); > to my action before reading parameter from it , also i add two You should better call request.setCharacterEncoding() in a filter or overriden ActionSer

Struts - passing unicode parameter from jsp to action

2004-08-11 Thread Masoud Kalali
hi friends, i have problem with sending unicode parameter to my action from jsp page I use post for sending parameter to action and also add (request.setCharacterEncoding("UTF-8"); to my action before reading parameter from it , also i add two difinition on my jsp page <%request.setcharacterEnc