What is Struts Flow?

Answer Posted / sri

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 ?    9 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of @stringlengthfieldvalidator annotation?

598


Can we have multiple struts config files ?

537


What is the purpose of @intrangefieldvalidator annotation?

852


What is the use of web xml in struts2?

521


Explain struts?

551






State an example of struts configuration file as an action parameter for action servlet.

535


What do you mean by action errors and what are the results they force?

574


What do you mean by actionmapping?

530


What is the default suffix for Struts2 action URI and how can we change it?

520


What is role of action class?

560


What is http forward?

548


What is the need of struts?

563


What is struts validator framework?

548


Explain about struts relation to html tags?

549


What design patterns are used in struts?

558