| org.apache.struts.validator.DynaValidatorForm org.apache.struts.validator.DynaValidatorActionForm
DynaValidatorActionForm | public class DynaValidatorActionForm extends DynaValidatorForm implements DynaBean,Serializable(Code) | | This class extends DynaValidatorForm and provides basic
field validation based on an XML file. The key passed into the validator
is the action element's 'path' attribute from the struts-config.xml which
should match the form element's name attribute in the validation.xml.
- See
ValidatorPlugin definition in struts-config.xml for
validation rules.
version: $Rev: 471754 $ $Date: 2005-05-07 12:11:38 -0400 (Sat, 07 May 2005) version: $ since: Struts 1.1 |
getValidationKey | public String getValidationKey(ActionMapping mapping, HttpServletRequest request)(Code) | | Returns the Validation key.
Parameters: mapping - The mapping used to select this instance Parameters: request - The servlet request we are processing validation key - the action element's 'path' attribute in thiscase |
Fields inherited from org.apache.struts.validator.DynaValidatorForm | protected int page(Code)(Java Doc) protected ValidatorResults validatorResults(Code)(Java Doc)
|
|
|