| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | true | java.lang.String | Id of the DIV where messages will be displayed. Subarea where error messages are displayed will have id created by appending error and subarea for information messages will have id created by appending info. Required. |
| cssclass | false | true | java.lang.String | CSS class for the area where messages are displayed. Subarea where error messages are displayed will have class created by appending Error and subarea for information messages will have class created by appending Info. |
| empty | false | true | java.lang.String | Flag signaling to also include the message area if the area would be empty. If the message area should be included even if it is empty this should say true or 1. |