logic
Tag messagesNotPresent


Generate the nested body content of this tag if the specified message is not present in this request.

Evaluates the nested body content of this tag if an ActionMessages object, ActionErrors object, a String, or a String array is not in request scope. If such a bean is not found, nothing will be rendered.

Since:
Struts 1.1


Tag Information
Tag Classorg.apache.strutsel.taglib.logic.ELMessagesNotPresentTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
namefalsetruejava.lang.String

The parameter key to retrieve the message from request scope.

propertyfalsetruejava.lang.String

Name of the property for which messages should be retrieved. If not specified, all messages (regardless of property) are retrieved.

messagefalsetruejava.lang.String

By default the tag will retrieve the request scope bean it will iterate over from the Action.ERROR_KEY constant string, but if this attribute is set to 'true' the request scope bean will be retrieved from the Action.MESSAGE_KEY constant string. Also if this is set to 'true', any value assigned to the name attribute will be ignored.


Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.