Hi all,
I am working with spring MVC 3.1 doing small project for getting experience on it . I have good knowledge on
struts. I am getting Problem with validating the user data in Spring MVC.
Everything is working fine but the form data was not validated. I hope every thing is configured correctly but I was unable to find out the problem. Please check my code and advise me for getting validation .
Below I specify the code I am using in this process
Controller
And My Model that contains form data
And my
Jsp Page
And my spring configuration File