Uses of Class org.apache.struts.action.ActionErrors

Uses in package org.apache.struts.taglib

Methods with return type org.apache.struts.action.ActionErrors

ActionErrors
TagUtils.getActionErrors(PageContext pageContext, String paramName)
Retrieves the value from request scope and if it isn't already an ErrorMessages some classes are converted to one.

Uses in package org.apache.struts.validator

Methods with return type org.apache.struts.action.ActionErrors

ActionErrors
DynaValidatorForm.validate(ActionMapping mapping, HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.
ActionErrors
ValidatorForm.validate(ActionMapping mapping, HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.

Uses in package org.apache.struts.action

Constructors with parameter type org.apache.struts.action.ActionErrors

Create an ActionErrors object initialized with the given messages.

Methods with parameter type org.apache.struts.action.ActionErrors

void
Action.saveErrors(HttpServletRequest request, ActionErrors errors)
Save the specified error messages keys into the appropriate request attribute for use by the <html:errors> tag, if any messages are required.

Methods with return type org.apache.struts.action.ActionErrors

ActionErrors
ActionForm.validate(ActionMapping mapping, HttpServletRequest request)
Validate the properties that have been set for this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.
ActionErrors
ActionForm.validate(ActionMapping mapping, ServletRequest request)
Validate the properties that have been set for this non-HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.

Uses in package org.apache.struts.util

Methods with return type org.apache.struts.action.ActionErrors

ActionErrors
RequestUtils.getActionErrors(PageContext pageContext, String paramName)
Retrieves the value from request scope and if it isn't already an ErrorMessages some classes are converted to one.

Copyright B) 2000-2007 - The Apache Software Foundation