kaldin

  • Login

Struts Exam


1) 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.
  • A)

  • B)

Next
Show Answer:
Show Answer


More Question
An ActionForm is a JavaBean which extends the:
Which code snippet correctly implements execute method, that processes the specified request and creates the corresponding response
What design pattern does the ActionServlet implement
Which of the following action mapping is correct
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