| |||||||
| 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.BooleanDefault: 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.BooleanDefault: 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.StringDefault: false |
| maxNumber | false | true | java.lang.String | Sets the maximum number of messages to show. Type: java.lang.IntegerDefault: 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.SeverityDefault: 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.SeverityDefault: info |
| orderBy | false | true | java.lang.String | Sets the order of the messages. Type: java.lang.StringDefault: occurrenceAllowed values: [occurrence, severity, occurence] |
| showDetail | false | true | java.lang.String | Flag indicating whether the detail should be included Type: java.lang.BooleanDefault: false |
| showSummary | false | true | java.lang.String | Flag indicating whether the summary should be included Type: java.lang.BooleanDefault: true |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||