Is it possible to create mulitple instance of one Action
Class in struts?
Answer Posted / boopathi
Yes..
It is possible to create n no of instances of action
class...
We just 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 ? | 5 Yes | 3 No |
Post New Answer View All Answers
How to use dispatchaction?
Why do we use struts?
How to handle exceptions in structs?
Can you explain value stack?
What is execute method in struts?
Which class is the Front Controller in Struts2?
Describe validate() and reset() methods.
What is the significance of logic tags in Struts?
What are the struts2 error message keys that can come during file uploading process?
What do you mean by a custom tag?
What is difference between interceptors and filters?
What configurations are stored in struts configuration file ?
Give the details of xml files used in validator framework?
How interceptor works in struts 2?
What is the difference between plain-validator and field-validator?