kaldin

  • Login

Struts Exam


1) The tag permits to iterate on the following objects of the form bean:
  • A)

  • B)

  • C)

  • D)

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.