
I want to put validation rules on my project.But after following all the rules I can't find the result. I have extended the validatorform on actionform,created the validation.xml file for describing all validation rules,put the plugins inside strutsconfig.xml, put the html:errors tag in jsp,and also mention all the messages in the applicationresources.properties. Actually I put jsps outside the webroot folder .I think this is the reason that violate the rules for struts automatic validation.So how I get the solution of this problem?
