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 are the benefits of Struts framework?
Which model components are supported by Struts?
What are the bundled validators?
How to combine the struts with velocity template?
What are the benefits of Interceptors in Struts2?
What are the two scope types for formbeans?
What are the important methods of actionform?
What is the difference between validation.xml and validator-rules.xml files in struts?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
How you will make available any message resources definitions file to the struts framework environment?
What are action errors?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
Why is action servlet a singleton in struts?
What are the classes used in struts?