Login
Struts Exam
1)
The
tag permits to iterate on the following objects of the form bean:
A)
java.util.Collection
B)
Array of Objects
C)
Array of primitives
D)
All of above
Next
Show Answer:
Show Answer
More Question
What are the problems that the org.apache.struts.action.ActionServlet address
All Struts forms extends ActionForm or its derived classes.
An ActionForm is a JavaBean which extends the:
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 following declaration of dynamic form (without properties) in struts-config.xml is valid.