Frames | No Frames |
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. |
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 | 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. |
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. |