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
What are the loop holes of struts?
How is token generated?
What is the forward action utilized for?
Which configuration file is used for storing jsp configuration information in struts?
What is the purpose of redirect result type?
What is struts2 in java?
What is actioninvocation in struts2?
What is the use of jsonvalidation in struts?
What are action errors?
What is the default location of result pages and how can we change it?
What is the purpose of @beforeresult annotation?
What are the struts2 configuration properties that control file uploading process?
What is a custom tag?
Does apache struts run on windows?
How you will display validation fail errors on jsp page?