| Author |
Not able to Validate form using JSR-303 validation implementation in Spring MVC
|
jas preet
Ranch Hand
Joined: Mar 31, 2010
Posts: 76
|
|
I not able to validate simple form using JSR-303 implementation. I am not getting any exception, i think the problem is the framework is not invoking the @Valid annotation in the controller. I have been searching a lot.
I need to validate my login form. I have added the required jars in the classpath. Could not figure out the prblem.
Below is my servlet-xml file.
Login class
Controller
login.jsp
When i do not enter anything for email the validation is not trigerred.
|
Thanks Jaspreet ----- Nothing is permanent
|
 |
jas preet
Ranch Hand
Joined: Mar 31, 2010
Posts: 76
|
|
|
Can anyone help me on this ?
|
 |
 |
|
|
subject: Not able to Validate form using JSR-303 validation implementation in Spring MVC
|
|
|