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 design patterns are used in struts?

568


What is spring and struts in java?

519


What is used to display the intermediate result in an interceptor?

507


Explain about tiles?

581


What are struts in java?

511






What are the loop holes of struts?

567


How to build struts application in eclipse?

531


How does struts2 token work?

531


Does apache struts run on windows?

540


What are the core components of a struct2 based application?

566


What is the role of action class?

576


What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?

580


What is struts and springs in java?

538


What is includeaction?

583


What are the struts2 configuration properties that control file uploading process?

610