kaldin

  • Login

Struts Exam


1) What is not a scope values for the action tag?
  • A)

  • B)

  • C)

  • D)

Next
Show Answer:
Show Answer


More Question
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 class must your ActionForm extend to support Struts' Validator features like automatic form validation
Which code snippet correctly implements execute method, that processes the specified request and creates the corresponding response
Each Struts Action element is uniquely identified by its
An ActionForm is a JavaBean which extends the: