How can forward action be used to restrict a strut application to mvc?
Answer / Gaurav Singh
Forward actions can be used to restrict a Struts application to the Model-View-Controller (MVC) pattern by avoiding the use of dispatcher redirects. Forwarding requests within the same servlet container allows the application to stay within the MVC structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of constant tag in struts.xml?
life cycle of struts?
14 Answers HCL, iGate, Scope International,
What is the purpose of form-beans tag in struct-config.xml?
Can you give an overview of how a struts application flows?
What are the steps of struts installation?
Lists the bundled validators in struts?
How display data base errors on web console by using the Struts Framework?
How interceptor works in struts 2?
What are the contents on web.xml in struts application ?
What is interceptor in Struts2?
How is the mvc design pattern used in struts framework?
What is the use of ActionErrors in Struts