Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain the core end goal while using java struts?

990


What is actioncontext?

1009


What do you mean by actionmapping?

1008


What is controller in struts ?

1029


What is struts2 framework?

997


How can duplicate form submission be handled in struts 2?

1038


Name some useful annotations introduced in Struts2?

1014


What is the use of reset method of ActionForm class?

1071


What does validation interceptor?

1053


Are the struts tags xhtml compliant ?

985


What is Custom Type Converter in Struts2?

1141


Explain about struts relation to html tags?

1012


Are struts thread safe?

1018


In struts, how can we access java beans and their properties?

1080


What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?

1270