How to create validations on struts based applications?
NOTE : [This question was asked by Ravi]
How to create validations on struts based applications?
NOTE : [This question was asked by Ravi]
Use Validator framework to validate ur forms that reduces in writing code this can be done in two ways :
if we make attribute validate=true in action tag of action mapping then validations are performed on server side
if we make attribute validate=false in action tag of action mapping then validations are performed on Client side