----- Original Message -----
From: "James Turner" <[EMAIL PROTECTED]>


>
> Precisely.  Validation for a field should stop on the first error *for
that
> field*
>
> James
>

+1
I agree whole-heartedly with this. The way the Validator currently works is
to iterate throught the validation rules, and for each rule iterate through
the fields to locate those that depend on that rule. This seems wasteful to
me. I think a better way would be to iterate through the list of fields, and
for each field execute the validation methods for that field. This should
accomplish what you state above.

Dave D


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

Reply via email to