Login
Struts Exam
3)
Which class must your ActionForm extend to support Struts' Validator features like "automatic form validation"?
A)
DynaActionForm
B)
ValidatorForm
C)
ActionForm
D)
MockFormBean
Previous
Next
Show Answer:
Show Answer
More Question
To enable validation of your Struts forms with Validator framework, it's enough to do the following: - configure Validator framework in struts-config.xml - configure validation of your forms in Validator framework configuration file.
Which of the following action mapping is correct
Use the following command to display the error on the jsp page:
What design pattern does the ActionServlet implement
All Struts forms extends ActionForm or its derived classes.