Login
Struts Exam
1)
The reset method on an ActionForm normally used to
A)
Sets all properties to their initial value
B)
Sets all properties to null
C)
Repopulates all properties from the request parameters
D)
None of the above
Next
Show Answer:
Show Answer
More Question
Each Struts Action element is uniquely identified by its
All Struts forms extends ActionForm or its derived classes.
Every new user-defined action must extend the org.apache.struts.action.Action class directly.
Struts Internationalization (i18n) can be done with some handy modifications in the existing application. Pick it from the following.
What are Tag Libraries provided with Struts