Andrea Bondi wrote:
> 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}.

Make sure the browser submits the form data in the same encoding Tomcat 
expects it to be.
Look at the accept-charset attribute of the HTML <form>-element. And, if 
you're transmitting the form data via GET, look at the URIEncoding attribute 
of Tomcat's >Connector> element:
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html#Common%20Attributes

Regards
  mks

---------------------------------------------------------------------
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