| |||||||
FRAMES NO FRAMES |
Generate the nested body content of this tag if the specified message is not present in any scope.
Evaluates the nested body content of this tag if an ActionMessages
object, ActionErrors
object, a String, or a String array is not present in any scope. If such a bean is found, nothing will be rendered.
Tag Information | |
Tag Class | org.apache.struts.taglib.logic.MessagesNotPresentTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
name | false | true | java.lang.String | The parameter key used to retrieve the message from page, request, session or application scope. |
property | false | true | java.lang.String | Name of the property for which messages should be retrieved. If not specified, all messages (regardless of property) are retrieved. |
message | false | true | java.lang.String | By default the tag will retrieve the bean it will iterate over from the |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |