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

how to connect from struts to database through hibernet and where u can modify the class

2115


In struts.xml, what does the attribute "method" stands for in the "action" tag?

523


How is declarative handling of exceptions done in struts ?

476


What is the use of lookupdispatchaction?

559


How does one create an action in struts 2?

523






What are action errors and error and what are the consequences they impose?

561


Name some useful annotations introduced in Struts2?

530


What are the features of struts?

571


What is the difference between requestaware and servletrequestaware interface?

578


What do you mean by a custom tag?

541


In how many ways duplicate form submission can occurs?

562


What is action chaining ?

632


What are pull and push mvc architecture and which architecture does struts2 follow?

506


Why we use struts in java?

514


Which class of struts is responsible to converts data types from string and vice versa?

658