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

What are interceptors in struts 2?

672


What is actionmapping?

700


Name some of the features of struts2?

664


Are the struts tags xhtml compliant ?

623


What should be the name of xml file used for validation in struts?

624






What’s the utilization of resource bundle properties file in struts validation structure?

706


What is the significance of logic tags in Struts?

675


What is the purpose of @urlvalidator annotation?

632


What design patterns are used in struts?

652


How we can install struts?

638


What is the default suffix for struts2 action uri ?

637


What do you mean by struts.dev mode?

621


What is the purpose of @doublerangefieldvalidator annotation?

650


How do I install struts?

667


What is switchaction?

732