1.when actionservelet execute.
2.when web.xml executes
Answer Posted / ravikiran
web.xml will execute during the deployemnt / server start
up as the Action servlet instance been called from web.xml
the call will be secondary where the webxml precedes it
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is validate() and reset() functions?
What is the life cycle of actionform?
Name the different types of actions found in struts.
What is the purpose of @intrangefieldvalidator annotation?
When should be opt for struts framework?
What is interceptor struts2?
What do you mean by actionmapping?
What are inner class and anonymous class?
What steps are required to for an application migration from Struts1 to Struts2?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
How can you create your custom interceptor in struts 2?
What is the default suffix for struts2 action uri ?
What do you know about validation plugin ?
Name some of the features of struts2?
What is defeult result type?