Answer Posted / raj
when the application loads,container creates the instance of
the ActionServlet and call init() method . Init() method
load all the config files and required load parameter from
the web.xml file. Then the control goes to the particular
action class to the specified path and manipulate the logic
in model class and finally action class returns the response
to the specified jsp by using execute method.
| Is This Answer Correct ? | 9 Yes | 18 No |
Post New Answer View All Answers
What is the different actions available in struts?
What is the purpose of struct-config.xml in struct2?
What are the steps of struts installation?
Can you give an overview of how a struts application flows?
How do u provide security to ur project?(Banking domain project)
What are the struts2 error message keys that can come during file uploading process?
Define struts?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What is struts in j2ee?
Explain about the
Briefly tell the two kinds of form beans.
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What is difference between interceptors and filters?
Explain how can we upload files in struts2 application?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?