Hi,

     I have a little problem with validation. I have a form with a field
 <html:text> that show the property de a bean in a session scope. If the
 field is empty at the load of the page the validation works right, but if
 the property have any value at the load the validation (required) fail. I
 think that cause is the render of the <html:text> to:

     <input value="some value">

and the value is not null. If the form field is cleared in the screen is
 empty but code fail to validate.

Are there a workaround for this?

Thanks in advance.

-- 
        Juan Carlos Paramá





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

Reply via email to