For some reason I cannot seem to fix this issue, even after looking at multiple examples on here.
I am trying to handle a form using Spring 3 MVC, but I am getting t
As I have found out for my self this exception most of cases appears when path to the controller is wrong. Or mistake in syntax. So very carefully check if all links in jsp and paths are right. Because even '/' can be reason of exception.