Class DynaValidatorActionForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.action.DynaActionForm
org.apache.struts.validator.DynaValidatorForm
org.apache.struts.extras.validator.DynaValidatorActionForm
- All Implemented Interfaces:
Serializable
,DynaBean
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.
- Since:
- Struts 1.1
- Version:
- $Rev$ $Date: 2005-05-07 12:11:38 -0400 (Sat, 07 May 2005) $
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts.validator.DynaValidatorForm
page, validatorResults
Fields inherited from class org.apache.struts.action.DynaActionForm
dynaClass, dynaValues
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValidationKey
(ActionMapping mapping, HttpServletRequest request) Returns the Validation key.Methods inherited from class org.apache.struts.validator.DynaValidatorForm
determinePage, getPage, getResultValueMap, getValidatorResults, reset, setPage, setPageFromDynaProperty, setValidatorResults, validate
Methods inherited from class org.apache.struts.action.DynaActionForm
contains, get, get, get, getDynaClass, getDynaProperty, getMap, getString, getStrings, initialize, initialize, isDynaAssignable, remove, reset, set, set, set, toString
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate
-
Constructor Details
-
DynaValidatorActionForm
public DynaValidatorActionForm()
-
-
Method Details
-
getValidationKey
Returns the Validation key.- Overrides:
getValidationKey
in classDynaValidatorForm
- Parameters:
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing- Returns:
- validation key - the action element's 'path' attribute in this case
-