If a controller returns a non null ModelAndView back to the ServletDispatcher does it forward it or redirect. Ive looked in the code and the API docs cant find the answer. :?:
If a controller returns a non null ModelAndView back to the ServletDispatcher does it forward it or redirect. Ive looked in the code and the API docs cant find the answer. :?:
It forwards, unless the view is a RedirectView.