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