• The Struts validator framework is used to validate input on both the user browser and the server side
  • The Struts framework makes use of a utility called commons validator for validating input
  • The common validator gives the user a central area for data validation

The validator plug-in is mapped in the struts-config.xml file as follows: