When I try validating my form, the Validator doesn't validate ALL of the rules for a
given field.
For instance:
<field name="fieldA" depends="required,integer">
</field>
<field name="fieldB" depends="integer,range">
</field>
The validator will evaluate "required" for fieldA, but not "integer". For fieldB
validator will evaluate "range" and not "integer". I don't know what to make of it.
Can someone explain what might be the problem? I'm using Validator 1.0.
Bradley M. Handy
Programmer/Analyst
Spring Arbor University
mailto:bhandy@;arbor.edu
--
To unsubscribe, e-mail: <mailto:commons-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-user-help@;jakarta.apache.org>