Re: Two Submit Buttons with same Name, validation using ValidatorForm

2004-05-05 Thread Hubert Rabago
I think the validation you're looking for is beyond the scope of the validate() method. The Struts form validation should concentrate on syntactic validation, such as making sure a zip code field has the right number of digits, a int field contains valid numeric data, a required field was filled i

Two Submit Buttons with same Name, validation using ValidatorForm

2004-05-04 Thread Eric Noel
How do i validate in my ValidatorForm when in my html i have two submit buttons having same name = "btn". ## I have this idea of a login form with two submit buttons (ie., sign in, passwd change) having same name "btn":