kaldin

  • Login

Struts Exam


1) The reset method on an ActionForm normally used to
  • A)

  • B)

  • C)

  • D)

Next
Show Answer:
Show Answer


More Question
What is the name of the XML attribute in an tag you need to add in the struts-config.xml in order to tell Struts to which page it should redirect if validation fails
Which class must your ActionForm extend to support Struts' Validator features like automatic form validation
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 code snippet correctly implements execute method, that processes the specified request and creates the corresponding response
The validate() method in the ActionForm class has a return type of: