| Represents Struts 1.1 validations for a particular database column, ultimately destined to be
included in the 'validation.xml' declarative validations configuration file.
This class represents a Struts validation as two parts: a 'depends' list and an XML fragment:
the 'depends list' is a comma-seperated list of validation methods (e.g. 'integer', 'date', 'mask'),
and the XML fragment contains any parameters needed by those validation methods.
author: Michael O'Connor - Finalist IT Group |