1.

What Is Structs 2 Validation Framework?

Answer»

At Struts's core, we have the validation FRAMEWORK that assists the APPLICATION to run the rules to perform validation before the ACTION method is executed. Action class should extend the ActionSupport class, in order to get the VALIDATE method executed.

At Struts's core, we have the validation framework that assists the application to run the rules to perform validation before the action method is executed. Action class should extend the ActionSupport class, in order to get the validate method executed.



Discussion

No Comment Found