re: Custom validation method that returns multiple error messages

2003-04-04 Thread Ted Husted
Off hand, I would say that each of your three rules is probably a separate validation. Validations are boolean, pass/fail, creatures. Then in the form, you would say that your password field depends on rule1,rule2,rule3. Of course, you can mix and match validations. You can use the validator

Custom validation method that returns multiple error messages

2003-04-03 Thread Moore, Scott R.
Hi all, I'm using a custom validation method to enforce three rules regarding passwords. I would like to be able to display up to three error messages, but at first glance, the format required for the validator tag in my custom-validator-rules.xml file only permits one error message: !--