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
Can we have multiple struts config files ?
Will the struts tags support other markup languages such as wml ?
Whats the difference between the default namespace and the root namespace?
how to develop the submit and search operations in single jsp using struts?
Name the different types of actions found in struts.
What is apache struts used for?
What is strut action mapping?
Why are springs better than struts?
What inbuilt themes are provided by struts2?
Is struts compatible with other java technologies?
What is the purpose of @key annotation annotation?
Explain integrate log4j in struts2 application?
What is the purpose of dispatcher result type?
What is the purpose of @result annotation?
When should we use SwtichAction?