Login
Struts Exam
1)
Which class must your ActionForm extend to support Struts' Validator features like "automatic form validation"?
A)
DynaActionForm
B)
ValidatorForm
C)
ActionForm
D)
MockFormBean
Next
Show Answer:
Show Answer
More Question
What are Tag Libraries provided with Struts
What is not a scope values for the action tag
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.
The reset method on an ActionForm normally used to
The validate() method in the ActionForm class has a return type of: