I am very new to Spring MVC framework but I have worked with Struts for some time. In Struts each view can be bound with an "ActionForm" object and view can be generated extracting this object.Now I am moving to Spring MVC and have doubt about generating the View from controllers.I am very new to Spring MVC framework but I hav