Is it possible to create mulitple instance of one Action
Class in struts?
Answer Posted / venkat
yes it is possible to create n number action classes But
only one controller.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Can we have multiple struts config files ?
Can you give an overview of how a struts application flows?
What is the purpose of action tag in struts.xml?
Who makes the struts?
Which tag is used to declare constants in struts xml?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What is the purpose of @intrangefieldvalidator annotation?
Which class of struts is responsible to converts data types from string and vice versa?
Does struts include its own unit tests?
What is the purpose of @before annotation?
Where can I get a copy of struts?
What are the two different types of validations that the validator framework supports?
Describe validate() and reset() methods.
What’s the difference between struts and turbine?
Is struts mvc framework?