Struts1 Validation

Process of verifing the format & correctness of the html/jsp form data like required field are typed or not. There are two types of validation in any application. client side validation.(using javascript .js) server side validation.(using server side technology like servlet,jsp) Struts based server side validation using programmatic approach using validate(—-) of formBean class. using … Read more