Could someone please point me to an example of XML configuration for Spring 3 MVC?
Specifically, I would like to know how to configure a controller that just returns a view… like
<bean id="urlFilenameViewController"
class="org.springframework.web.servlet.mvc.UrlFilenameViewController"/>
in Spring 2.5
Would tag help you?
which just returns the view called logicalViewName for url /some/path/
as per spring 3 documentation