Questions tagged [modelandview]

ModelAndView is an object that holds both the model and view. The handler returns the ModelAndView object and DispatcherServlet resolves the view using View Resolvers and View. Use this tag for Spring MVC Framework.

117 questions
0
votes
1 answer

Spring MVC 3 ModelAndView: controller method to return several views

my requirement is to return view according to the selected value (select form) view.jsp: