I know, it's the same old problem, but I can't find a solution googling
the world!

I write in italian, and I obviously need accents.
I'm using stripes framework, but I don't think it's an useful
information, it only provides some functions, like fields validation.

The problem is that when I submit a form, accented letters I insert into
text fields aren't managed well. For example, if I have a form field
named "saySomething", if I write into the field "cioè" I receive "cioè"
from ${param.saySomething}.

Instead, if I write an accented letter directly into the jsp source the
computer displays it correctly.

I think it's a problem of how tomcat 5.5 server manage request params,
so I mailed here...

P.S.
In the beginning of the page I write:
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
changing it into other values doesn't change anything.

Thank you
Andrea


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to