posted 11 years ago
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