On 23.01.2008 03:51, Tobia Conforto wrote:

The problem turned out to be in web.xml
I amended
          <param-name>form-encoding</param-name>
          <param-value>ISO-8859-1</param-value>
To
          <param-name>form-encoding</param-name>
          <param-value>UTF-8</param-value>
and now everything is in UTF-8 and works properly

Just a word of caution: make sure you test your forms on every possible web browser. I've had trouble with this setting in the past.

I've never encountered a browser-specific problem of that kind.

Joerg

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

Reply via email to