I am using annotation based validation for one of my forms and I am not able to show any errors using the **form:errors tag** I used in
JSP file. When I try to debug it, I found out that the BindingResult does not show any errors as well but I am leaving the textbox empty to
test the validation. Any pointers are greatly appreciated why I am not able to validate it.
Below is my Controller Class
Below is my model class-
Below is my requestform.jsp file
Below is my context.xml file
Can anyone tell me what wrong I am doing here?