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
Can I have html form property without associated getter and setter formbean methods?
What are the bundled validators?
What is struts actionmapping?
What is the difference between struts and spring?
What is struts-default package and what are it’s benefits?
Lists the bundled validators in struts?
What is the purpose of @beforeresult?
How is forward action used for integration?
What are the important methods of actionform?
Which class of struts is responsible to converts data types from string and vice versa?
What is actionservlet?
Explain about tiles?
What configuration changes are required to use resource files in Struts?
What is the purpose of @typeconversion annotation annotation?
What is difference between interceptors and filters?