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 is the purpose of @after annotation?
How is token generated?
What do you mean by struts.dev mode?
What is the difference between shocks and struts?
What are the life cycle methods of interceptor?
What are the struts2 configuration properties that control file uploading process?
What are the advantages of spring mvc over struts mvc?
What are the reasons for an error message not being displayed while developing struts application?
What is the use of token interceptor in Struts2?
What is the purpose of struts.properties in struct2?
What is the struts in java?
Define struts?
State an example of struts configuration file as an action parameter for action servlet.
What is the life cycle of actionform?
What are the components of struts framework?