Hi,I have developed this sample application for
struts server side validations.But the validatsion are not performed.Can any one help me on this one?
My struts-config
My InputForm bean
validation.xml
input.jsp
ApplicationResources.properties
inputForm.userName=User Name
errors.minlength = {0} can not be less than {1}.
errors.required={0} is required.
When I submit my form,the control goes to success.jsp without performing any validation.
what could be the reason?Have I missed anything?