Hi, I'm trying to create a struts application, but it seams that when i ask for a user input (html:form) it doesn't,t recognize the special characters. How can I configure my application so that it accepts special character??

So far I've done this:

i my jsp I put <%@ page contentType="text/html;charset=UTF-8" language="java" %>

and in my action I used, request.setCharacterEncoding("UTF-8"); and it still doesn't work.

What can I do??

Camilo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to