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 configuration changes are required to use resource files in Struts?
Difference between struts and spring? Or why use spring, if you are already using struts?
What are action errors and error and what are the consequences they impose?
What is apache struts vulnerability?
What is spring hibernate and struts in java?
How struts2 supports internationalization?
What are the two types of validations supported by validator framework?
How can we upload files in Struts2 application?
What is apache struts used for?
What do you mean by the abstract package in struts2, and what is its utilization?
What configuration files are used in struts?
Will the struts tags support other markup languages such as wml ?
What's the purpose of execute method of action class?
When should be opt for struts framework?
Briefly tell the two kinds of form beans.