I'm having a little problem with forms. When I type non-ascii characters in a form and submit it, all such characters are being received as HTML numeric entities and thus fail validation (in my particular case, a popup calendar field in which the month name is Ġun, in which the date "30-Ġun-2005" is received as "30-Ġun-2005"
Is there anything I can configure so that these numeric entities are translated? I am using Firefox and JBoss 4.0.3 (tomcat 5.5) on linux. Ramon Casha

