kaldin

  • Login

Struts Exam


1) Use the following command to display the error on the jsp page:
  • A)

  • B)

  • C)

  • D)

Next
Show Answer:
Show Answer


More Question
Which class must your ActionForm extend to support Struts' Validator features like automatic form validation
The validate() method in the ActionForm class has a return type of:
Every new user-defined action must extend the org.apache.struts.action.Action class directly.
What are the problems that the org.apache.struts.action.ActionServlet address
All Struts forms extends ActionForm or its derived classes.