multiple instances for action class is it possible
Answer Posted / kartheeswari
No, There is only one instance for an Action class in an
application.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the significance of logic tags in Struts?
What is the purpose of @before annotation?
What is struts2 namespace?
Are struts still used?
What is the use of interceptor?
What are action errors?
What is the difference between validation.xml and validator-rules.xml files in struts?
Name some useful annotations introduced in Struts2?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What are the bundled validators?
Give the details of xml files used in validator framework?
Can I have html form property without associated getter and setter formbean methods?
Can you explain the directory structure for a struts folder in brief ?
What is the use of lookupdispatchaction?
Why use struts framework in java?