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

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

626


how does request processor relates to action mapping?

575


What are the contents on web.xml in struts application ?

586


How we can controlled duplicate form submission in struts?

602


Name the different types of actions found in struts.

644






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

676


What is the purpose of @keyproperty annotation annotation?

654


What is the purpose of struts.xml in struct2?

769


Can we use struts and spring together?

618


Name some of the features of struts2?

664


Explain struts?

633


Why it called struts?

637


What are the action classes in struts?

609


Which design pattern is implemented by Struts2 interceptors?

651


Explain how to work with error tags?

678