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
Select components that can be used as model.
All Struts forms extends ActionForm or its derived classes.
Note: assume all necessary imports are present Which of the following is a correct way to add an error to an ActionErrors object
Which code snippet correctly implements execute method, that processes the specified request and creates the corresponding response