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
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":
2 matches
Mail list logo