| Author |
ActionErrors inside ValidatorForm
|
Karthik Rajendiran
Ranch Hand
Joined: Aug 13, 2004
Posts: 209
|
|
Hello Friends, We have a input jsp with 2 date fields.Date validation was done using validator framework We are overriding the validate method in the form bean extending the validatorform. 1.Inside the validate method, we are trying to do overlap check between dates and report error 2. we want this check to happen only when the initial required and mask test finished How to do that?How to retrieve value in actionerrors for the sucess of prior validation
|
SCJP 1.4 SCWCD 1.4 SCDJWS 1.4
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
Inside your validate method, code the following:
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: ActionErrors inside ValidatorForm
|
|
|