DEVFYI - Developer Resource - FYI

What is Struts Validator Framework?

Struts Questions and Answers


(Continued from previous question...)

85. What is Struts Validator Framework?

The “Struts Framework” provides the functionality to validate the form data.
It can be used to validate the data in the user’s browser as well as on the server side.
Struts Framework checks the JavaScript code and it can be used to validate the form data on the client browser.
Server side validation of form data can be accomplished by subclassing your “form” Bean with DynaValidatorForm class.
The “Validator” framework was developed by David Winterfeldt as a third-party “add-on” to Struts.
Now the Validator framework is part of the “Jakarta Commons” project and it can be used with or without Struts.
The Validator framework comes integrated with the Struts Framework and
can be used without any making any additional settings.

(Continued on next question...)

Other Interview Questions