Login
Struts Exam
7)
Each Struts Action element is uniquely identified by its
A)
Input attribute
B)
Name attribute
C)
Path attribute
D)
Page attribute
Previous
Next
Show Answer:
Show Answer
More Question
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
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.
Struts Internationalization (i18n) can be done with some handy modifications in the existing application. Pick it from the following.
Note: assume all necessary imports are present Which of the following is a correct way to add an error to an ActionErrors object
An ActionForm is a JavaBean which extends the: