Re: html:error and quotation marks...

2004-04-20 Thread bOOyah
Henrique VIECILI wrote: have you tried changing your ApplicationResources to err.name.required=The {0} field is required (whitout the quotes') ? Sorry Henrique...it was my own stupidity all along. My app was using an old Application.properties file that had my message enclosed in quotation mark

Re: html:error and quotation marks...

2004-04-20 Thread Henrique VIECILI
il 20, 2004 1:51 PM Subject: html:error and quotation marks... > Howdy all > > I'm using html:error to put an error message next to a form field that > must not be blank. But the message is rendered with quotation marks > around it. I don't want quotation marks. Am I d

html:error and quotation marks...

2004-04-20 Thread bOOyah
Howdy all I'm using html:error to put an error message next to a form field that must not be blank. But the message is rendered with quotation marks around it. I don't want quotation marks. Am I doing something I shouldn't, or is there any way to turn this behavior off? My JSP looks like th