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?
What are the core classes of the struts framework?
Explain about how requests from the client are sent?
Describe the mvc on struts?
What is the difference between requestaware and servletrequestaware interface?
Describe the basic steps used to create a tiles application?
What are the steps required for setting up validator framework in struts?
Are actions thread safe?
What is the purpose of redirect result type?
What is container struts2?
Give an example where struts tiles may be used?
How we can install struts?
What is used to display the intermediate result in an interceptor?
How does struts work?
Does apache tomcat use struts?