How can forward action be used to restrict a strut application to mvc?



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

Post New Answer

More Struts Interview Questions

What is the purpose of constant tag in struts.xml?

1 Answers  


life cycle of struts?

14 Answers   HCL, iGate, Scope International,


What is the purpose of form-beans tag in struct-config.xml?

1 Answers  


Can you give an overview of how a struts application flows?

1 Answers  


What are the steps of struts installation?

1 Answers  


Lists the bundled validators in struts?

1 Answers  


How display data base errors on web console by using the Struts Framework?

2 Answers  


How interceptor works in struts 2?

1 Answers  


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

0 Answers  


What is interceptor in Struts2?

1 Answers  


How is the mvc design pattern used in struts framework?

1 Answers  


What is the use of ActionErrors in Struts

1 Answers  


Categories