| Author |
Validator and two fields
|
Eric Sexton
Ranch Hand
Joined: Sep 12, 2003
Posts: 133
|
|
|
I have a form that has two dates on it. I want to write custom validate method that verifies that the first date is not bigger than the second date. Is there a way to get 2 fields from the form into a single validate method?
|
 |
Andre Mermegas
Ranch Hand
Joined: Jun 20, 2001
Posts: 158
|
|
you can probably start by checking out this http://www.raibledesigns.com/page/rd/20030226#struts_validator_validating_two_fields
|
--=( Andre Mermegas )=--
|
 |
Eric Sexton
Ranch Hand
Joined: Sep 12, 2003
Posts: 133
|
|
|
Sweet action. Thanks Andre!
|
 |
 |
|
|
subject: Validator and two fields
|
|
|