Re: Tomcat, accents and form fields

2006-08-29 Thread Andrea Bondi
Il giorno lun, 28/08/2006 alle 20.40 +0200, Markus Schönhaber ha scritto: > 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 "

Re: Tomcat, accents and form fields

2006-08-28 Thread Markus Schönhaber
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 submi

Tomcat, accents and form fields

2006-08-28 Thread Andrea Bondi
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 submi