I\'m developing a web application using spring mvc framework. I want to to both annotation and beanName based url mappings.
I\'ve the following configurations in my
The same thing happened to me when I was trying to integrate spring MVC 2.5 with spring web flow. For webflow I have given FlowHandlerdAdapter in the configuration file but none for MVC. Thereby as said above we need to define a BEAN of type simplecontrollerhandleradapter in this case which will solve the problem.