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


Please Help Members By Posting Answers For Below Questions

What is the difference between filters and interceptors ?

1312


How is declarative handling of exceptions done in struts ?

1008


What is action chaining ?

1165


What do you know about validation plugin ?

1029


What are the contents on web.xml in struts application ?

1069