Answer Posted / pradeep c
the flow execution of struts.
The browser makes a request to the Struts application that
is processed by ActionServlet (Controller).
ActionServlet (Controller) populates the ActionForm (View)
object with HTML form data and invokes its validate( )
method.
ActionServlet (Controller) executes the Action object
(Controller).
Action (Controller) interfaces with model components and
prepares data for view.
Action (Controller) forwards control to the JSP (View).
JSP (View) uses model data to generate a response to the
browser.
Is This Answer Correct ? | 76 Yes | 29 No |
Post New Answer View All Answers
What are interceptors in struts 2?
What is actionmapping?
Name some of the features of struts2?
Are the struts tags xhtml compliant ?
What should be the name of xml file used for validation in struts?
What’s the utilization of resource bundle properties file in struts validation structure?
What is the significance of logic tags in Struts?
What is the purpose of @urlvalidator annotation?
What design patterns are used in struts?
How we can install struts?
What is the default suffix for struts2 action uri ?
What do you mean by struts.dev mode?
What is the purpose of @doublerangefieldvalidator annotation?
How do I install struts?
What is switchaction?