InterviewSolution
Saved Bookmarks
| 1. |
How Properties Of A Form Are Validated In Struts? |
|
Answer» For validation of populated PROPERTIES, VALIDATE() method of ACTIONFORM class is used before handling the control of formbean to ACTION class. For validation of populated properties, validate() method of ActionForm class is used before handling the control of formbean to Action class. |
|