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

Uses in package org.apache.struts.validator

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

ActionMessage
Resources.getActionMessage(HttpServletRequest request, ValidatorAction va, Field field)
Gets the ActionMessage based on the ValidatorAction message and the Field's arg objects.
ActionMessage
Resources.getActionMessage(Validator validator, HttpServletRequest request, ValidatorAction va, Field field)
Gets the ActionMessage based on the ValidatorAction message and the Field's arg objects.

Uses in package org.apache.struts.action

Classes derived from org.apache.struts.action.ActionMessage

class
An encapsulation of an individual error message returned by the validate method of an ActionForm, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.

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

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

Uses in package org.apache.struts.util

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

ActionMessage
The ActionMessage associated with this exception.

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

ActionMessage
Returns the error associated with the exception.

Copyright B) 2000-2007 - The Apache Software Foundation