life cycle of struts?
Answer Posted / chandu
The request is given to Action Servlet i.e; doGet or
doPost.
ActionServlet with the help of request uri locates one of
the RequestProcessor and dispatch the request to
RequestProcessor i.e; process method on RequestProcessor is
called InRequestProcessor.
It processes content type.
processes Locale.
processes actionPath.
processes actionMapping.
processes formBean.
processes action.
Error handling.
After processing action(i.e; execute method) depending on
the results locate the path to view(with the help of
ActionMapping) and dispatch the request to the located
path.
| Is This Answer Correct ? | 27 Yes | 12 No |
Post New Answer View All Answers
Does apache struts run on windows?
What do you mean by inner class and anonymous class?
How is token generated?
What is jakarta struts framework?
Explain about struts relation to html tags?
How do u provide security to ur project?(Banking domain project)
What is the purpose of '@keyproperty'?
What configuration files are used in struts?
What is difference between struts1 and struts2?
Which configuration files are used in struts?
How action-mapping tag is used for request forwarding in struts configuration file?
What does i18n interceptor?
Why do we need mapdispatchtoprops?
What is action support class in struts2?
Difference between struts and spring? Or why use spring, if you are already using struts?