Is it possible to create mulitple instance of one Action
Class in struts?
Answer Posted / sandeep
Yes..it is possible to create n no of instances of action
class...just we have to mention it in the struts-config.xml
..i.e. we need to provide different action path (in action
mapping) for the instances.
Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
How exceptions are handled in struts application?
How can duplicate form submission be handled in struts 2?
What is the apache struts vulnerability?
How does one create an action in struts 2?
Where can I get a copy of struts?
What are the sections into which a strut configuration file can be divided?
What are struts in java?
What is actioncontext?
What does validation interceptor?
Describe validate() and reset() methods.
What kind of mvc is struts 2?
Can a reducer dispatch an action?
Which design pattern is implemented by Struts2 interceptors?
What are the struts2 error message keys that can come during file uploading process?
What are the two different types of validations that the validator framework supports?