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

Uses in package org.apache.struts.config

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

ActionMessages
The org.apache.struts.action.ActionFormBeans collection for this application.
ActionMessages
The org.apache.struts.action.ActionFormBeans collection for this application.

Uses in package org.apache.struts.action

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

class
A class that encapsulates the error messages being reported by the validate() method of an ActionForm.

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

Create an ActionMessages object initialized with the given messages.

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

void
Adds the messages from the given ActionMessages object to this set of messages.
void
Action.saveMessages(HttpServletRequest request, ActionMessages messages)
Save the specified messages keys into the appropriate request attribute for use by the <html:messages> tag (if messages="true" is set), if any messages are required.

Uses in package org.apache.struts.util

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

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

Copyright B) 2000-2005 - Apache Software Foundation