How to get the Binding errors in the SimpleFormController
Dear all,
I'm new to the spring MVC.I've written a controller by extending SimpleFormController class.When i'm submitting the form it's not invoking onSubmit(), not switching to the success page because of unknown reasons(may be validation failed).
How to get these binding errors ? i wanted to display them in the JSP page. I don't have clue abt the error since it's not displaying anything after submitting.
Can any one has an idea abt this ?
Thanks,
Sekhar.