AFAIK, validators do just that, validate the syntax of values submitted.
(field level validation)
Validation logic that involves multiple fields (form level validation)
should go into the form/submit listener.
Regards
Francesco Degrassi
Malin Ljungh wrote:
Good evening!
I have written my own validator which works excellent - as long as a
value
is submitted in the field to be validated. Have I missed something here?
What should I do?
To add a required validator may seem to be the obvious solution but the
thing is that the field is not always required - it depends.
Cheers
Malin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]