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
State an example of struts configuration file as an action parameter for action servlet.
how does request processor relates to action mapping?
What are the contents on web.xml in struts application ?
How we can controlled duplicate form submission in struts?
Name the different types of actions found in struts.
What do you mean by action errors and what are the results they force?
What is the purpose of @keyproperty annotation annotation?
What is the purpose of struts.xml in struct2?
Can we use struts and spring together?
Name some of the features of struts2?
Explain struts?
Why it called struts?
What are the action classes in struts?
Which design pattern is implemented by Struts2 interceptors?
Explain how to work with error tags?