All, We are running into a problem with an over eager validator. We have a custom validator that is supposed to check a field for a properly formatted URL. However, we only want the validator to do the check if an associated checkbox is checked. And to make matters worse, we have an AnySubmit wrapped around the checkbox. So, if you leave the field blank and uncheck the box, then the submit happens and you get an error. So, what I wanted to do was to pass in a boolean to the validator that is the checkbox true/false value and only do the validation when the box is checked.
BTW, this is 3.x. Thoughts? thanks, Mark
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]