Login
Struts Exam
1)
An ActionForm is a JavaBean which extends the:
A)
apache.struts.action.ActionForm
B)
org.apache.struts.action.ActionForm
C)
struts.action.ActionForm
D)
action.ActionForm
Next
Show Answer:
Show Answer
More Question
What is not a scope values for the action tag
Which of the following action mapping is correct
The validate() method in the ActionForm class has a return type of:
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
All Struts forms extends ActionForm or its derived classes.