Login
Struts Exam
1)
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?
A)
forward
B)
scope
C)
input
D)
path
Next
Show Answer:
Show Answer
More Question
What are Tag Libraries provided with Struts
The following declaration of dynamic form (without properties) in struts-config.xml is valid.
Which class must your ActionForm extend to support Struts' Validator features like automatic form validation
An ActionForm is a JavaBean which extends the:
The validate() method in the ActionForm class has a return type of: