It looks like we will redirect to another controller, which will later result into a jsp.
But that involves calling 2 controllers.
At the point views.xml is consulted, the Model is already available. I just need to resolve to a jsp, just like the InternalResourceViewResolver. This solution will again go to another controller.
(Much like struts, I want the flexibility to have the View name not necessarily the same as the jsp prefix.)