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...

explain the Struts flow?

Answer Posted / santosh kumar

->when ur submit the form page ,ActionServlet will take the
request and check is there any action mapping with specified
saction url , if it there AS pics the name of the form
create the object for FormBean class and call its
getter,reset ,validate methods
->After validate() AS picks the action mapping type value
and create the action class and calls the execute() of
action class
->if execute return null value, AS will terminate the execution
->else AS takes the return value and send the request to
return value

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of action tag in struts.xml?

1097


What is the different actions available in struts?

1063


What is the difference between shocks and struts?

1008


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

999


What is the purpose of @action annotation?

1068


Explain design patterns which is used in struts?

1028


What is the difference between requestaware and servletrequestaware interface?

1100


What configuration changes are required to use resource files in Struts?

1095


What is the difference between forwardaction and includeaction?

1274


Are struts and shocks the same?

966


What is the difference between validation.xml and validator-rules.xml files in struts?

968


How exceptions are handled in struts application?

1209


Explain about the tag?

1164


What are result types in struts?

1051


Can I have html form property without associated getter and setter formbean methods?

1074