I found my problem. Sorry for the inconvenience. I was an error on my part and had nothing to do with Validator.
Brad Handy -----Original Message----- From: Bradley M. Handy [mailto:bhandy@;arbor.edu] Sent: Friday, November 08, 2002 2:21 PM To: [EMAIL PROTECTED] Subject: Problem with depends attribute of field tag. 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> -- To unsubscribe, e-mail: <mailto:commons-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-user-help@;jakarta.apache.org>
