Login
Struts Exam
1)
All Struts forms extends ActionForm or its derived classes.
A)
TRUE
B)
FALSE
Next
Show Answer:
Show Answer
More Question
The validate() method in the ActionForm class has a return type of:
Which code snippet correctly implements execute method, that processes the specified request and creates the corresponding response
Which class must your ActionForm extend to support Struts' Validator features like automatic form validation
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
Every new user-defined action must extend the org.apache.struts.action.Action class directly.