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
Why do the struts tags provide for so little formatting?
what is meant by Struts Validator Framework?
How struts control data flow?
What does modeldriven interceptor?
What are the two scope types for formbeans?
How many struts config file can be created in struts?
Who wrote struts?
What do you mean by ognl?
What is dispatch action class?
What’s the difference between struts and turbine?
When should be opt for struts framework?
What are apache struts?
What validate() and reset() method does ?
What is xml based validation in struts2?
Can you explain struts validator framework?