1.when actionservelet execute.
2.when web.xml executes
Answer Posted / srikanth
at container startup, container reads the web.xml using sax
perser
in web.xml,we are configuring ActionServlet with load on
start up tag ,then ActionServlet will loaded,
<servlet-name>as</servlet-name>
<servlet-
class>org.apache.struts.action.ActionServlet</servlet-class>
<load-on-startup>1</load-on-startup>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the design role played by struts?
What is lookupdispatchaction?
What is the purpose of @typeconversion annotation annotation?
What does execandwait interceptor?
What configuration files are used in struts?
What is the purpose of dispatcher result type?
Which interceptor is responsible for i18n support?
What is the procedure of operation of a form tag?
Explain about the future of struts?
How the exceptions are handled in struts?
What are the benefits of Struts framework?
Explain struts.devmode?
Are actions thread safe?
What are the aware interfaces in struts2?
How does one create an action in struts 2?