| |||||||
FRAMES NO FRAMES |
UIComponentClass: org.apache.myfaces.tobago.component.UIMessages
RendererType: Messages
Tag Information | |
Tag Class | org.apache.myfaces.tobago.taglib.component.MessagesTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | false | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. Type: java.lang.String |
binding | false | true | java.lang.String | The value binding expression linking this component to a property in a backing bean. |
rendered | false | true | java.lang.String | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. Type: java.lang.Boolean Default: true |
for | false | true | java.lang.String | Id of the component, this is related to. Type: java.lang.String |
confirmation | false | true | java.lang.String | Should the user confirm the message explicitly. Type: java.lang.Boolean Default: false |
globalOnly | false | true | java.lang.String | Flag indicating that only messages that are not associated to any particular UIComponent should be displayed. That are messages without clientId. Type: java.lang.String Default: false |
maxNumber | false | true | java.lang.String | Sets the maximum number of messages to show. Type: java.lang.Integer Default: 2147483647 |
maxSeverity | false | true | java.lang.String | Sets the maximum severity to be shown. E. g. "warn" shows only "warn" and "info". When setting this attribute you usually shoud take care, that you have a second message tag to show the higher severity levels. Type: javax.faces.application.FacesMessage.Severity Default: fatal |
minSeverity | false | true | java.lang.String | Sets the mininum severity to be shown. E. g. "warn" shows only "warn", "error" and "fatal". Type: javax.faces.application.FacesMessage.Severity Default: info |
orderBy | false | true | java.lang.String | Sets the order of the messages. Type: java.lang.String Default: occurence |
showDetail | false | true | java.lang.String | Flag indicating whether the detail should be included Type: java.lang.Boolean Default: false |
showSummary | false | true | java.lang.String | Flag indicating whether the summary should be included Type: java.lang.Boolean Default: true |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |