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
When do I need “struts.jar” on my classpath?
Can you explain value stack?
What is struts2 framework?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
What is the purpose of @emailvalidator?
What is the use of web xml in struts2?
What are the struts2 configuration properties that control file uploading process?
What is the purpose of form-be tag in struct-config.xml?
What is Struts2?
What are the reasons for an error message not being displayed while developing struts application?
What is the purpose of @action annotation?
Explain the complete struts validator framework.
What is the purpose of @beforeresult?
What is the purpose of interceptors?
Explain integrate log4j in struts2 application?