What is Struts Flow?

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


Please Help Members By Posting Answers For Below Questions

Why do the struts tags provide for so little formatting?

739


what is meant by Struts Validator Framework?

743


How struts control data flow?

730


What does modeldriven interceptor?

748


What are the two scope types for formbeans?

838






How many struts config file can be created in struts?

646


Who wrote struts?

716


What do you mean by ognl?

739


What is dispatch action class?

803


What’s the difference between struts and turbine?

756


When should be opt for struts framework?

780


What are apache struts?

666


What validate() and reset() method does ?

734


What is xml based validation in struts2?

737


Can you explain struts validator framework?

744