multiple instances for action class is it possible
Answer Posted / anila
it is not possible in struts1.v.It implements singletone
design pattren.tats why there is no chance to create
multiple objects.
in struts2.0 we can do that.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of global-forwards tag in struct-config.xml?
List the important attribute and elements of action mapping under struts.
Give an example of validates method used to avoid errors.
Provide some important Struts2 constants that you have used?
What validate() and reset() method does ?
What are the components of struts?
What is spring and struts in java?
What is the purpose of @beforeresult?
How action mapping is configured in Struts?
In struts, how can we access java beans and their properties?
How to work with error tags?
When should be opt for struts framework?
What do struts do?
Can explain about the validations and in your project where did u used the validations?
If the framework doesn’t do what I want, can I request that a feature be added?