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

Uses in package org.apache.struts.validator

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

ActionError
Resources.getActionError(HttpServletRequest request, ValidatorAction va, Field field)
Gets the ActionError based on the ValidatorAction message and the Field's arg objects.

Uses in package org.apache.struts.action

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

void
ActionErrors.add(String property, ActionError error)
Add an error message to the set of errors for the specified property.
void
ExceptionHandler.storeException(HttpServletRequest request, String property, ActionError error, ActionForward forward, String scope)
Default implementation for handling an ActionError generated from an Exception during Action delegation.

Uses in package org.apache.struts.util

Fields of type org.apache.struts.action.ActionError

ActionError

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

ActionError
Returns the error associated with the exception.

Copyright B) 2000-2007 - The Apache Software Foundation