Re: Apply multiple validator to the same field

2005-12-08 Thread Martin Gainty
December 08, 2005 3:15 PM Subject: Apply multiple validator to the same field Hello all, I have a struts 1.1 app that I want to use Validator Framework to validate the user input on the browser. This app will need user to enter username and password. These two fields are both required

Apply multiple validator to the same field

2005-12-08 Thread yuhong Qian
Hello all, I have a struts 1.1 app that I want to use Validator Framework to validate the user input on the browser. This app will need user to enter username and password. These two fields are both required fields and the minlength and maxlength of password is 5 and 8. I have