Peter Sparkes 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.


Tobia

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

Reply via email to