Hello!

I have a TextField where I've added an required validator:

<input type="text" jwcid="@TextField" value="ognl:name" validators="validators:required"/>

This is working nice and it displays an error if no value is submitted. But...

...if I delete the value from the TextField and submit the form, the form field will keep the old value that I had entered before. The text field will not take the "null" value, show up as an empty text field and display an error, which would be the behaviour
that I would expect.

Is this the way "required" is supposed to work?

Christian




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

Reply via email to