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 ActionServlet's method process(). Request parameters are read when ActionServlet prepares form instances - it happens before your Action is called. > difinition on my jsp page <%request.setcharacterEncoding("UTF-8");%> I think you have no reason to put this call in your JSP. Pavel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]