validate(ActionMapping mapping, HttpServletRequest request) Validates the values in the form.
Parameters: mapping - the ActionMapping used in the struts actions. Parameters: request - the HttpServletRequest used for the struts actions.
Reset the form back to its default values.
Parameters: mapping - the ActionMapping used for the struts actions. Parameters: request - the HttpServletRequest used in the execution of the struts actions.
Validates the values in the form.
Parameters: mapping - the ActionMapping used in the struts actions. Parameters: request - the HttpServletRequest used for the struts actions. The errors generated from the validation.