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
Which technologies can be used at view layer in struts?
Explain about the
What is difference between actionform and dynaactionform?
What does modeldriven interceptor?
How is the action mapping specified?
What is the purpose of action-mappings tag in struct-config.xml?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
How we can configured action mapping in struts?
When do I need “struts.jar” on my classpath?
What is the difference between forwardaction and includeaction?
What are the loop holes of struts?
What is the purpose of interceptors?
What is the use of lookupdispatchaction?
Is struts efficient?
What does i18n interceptor?