kaldin

  • Login

Struts Exam


1) Every new user-defined action must extend the org.apache.struts.action.Action class directly.
  • A)

  • B)

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
The reset method on an ActionForm normally used to
Which code snippet correctly implements execute method, that processes the specified request and creates the corresponding response
What is not a scope values for the action tag
What are Tag Libraries provided with Struts