1.

What Is Struts Validator Framework?

Answer»

Struts Framework provides the FUNCTIONALITY to validate the FORM DATA. It can be use to validate the data on the users BROWSER as well as on the server side. Struts Framework emits the JAVA scripts and it can be used validate the form data on the client browser. Server side validation of form can be accomplished by sub classing your From Bean with DynaValidatorForm class.

Struts Framework provides the functionality to validate the form data. It can be use to validate the data on the users browser as well as on the server side. Struts Framework emits the java scripts and it can be used validate the form data on the client browser. Server side validation of form can be accomplished by sub classing your From Bean with DynaValidatorForm class.



Discussion

No Comment Found