Frames | No Frames |
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. |
Methods with parameter type org.apache.struts.action.ActionError | |
void | 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. |
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. |