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 struts-default package and what are it’s benefits?
What are interceptors in struts 2?
What is the life cycle of actionform?
Where can I get help with struts?
What are the core classes of struts framework? Explain
Does struts include its own unit tests?
What is actionservlet?
What is jakarta struts framework?
Why do we need mapdispatchtoprops?
How to build struts application in eclipse?
How struts control data flow?
Can a reducer dispatch an action?
Are struts and shocks the same?
What is action chaining ?
How can we upload files in Struts2 application?