adspace
How can forward action be used to restrict a strut application to mvc?
Answer Posted / 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 |
Post New Answer View All Answers