| Attributes |
| Name | Required | Request-time | Type | Description |
| type | true | true | java.lang.String | Set the type property.Possible values are AlertTag.PLAIN, AlertTag.INFO, AlertTag.WARN, AlertTag.ERROR. |
| actionType | true | true | java.lang.String | Set the action possibilities into this alert. Possible values are AlertTag.NONE, AlertTag.OK, AlertTag.OK_CANCEL, AlertTag.YES_NO, AlertTag.YES_NO_CANCEL, AlertTag.CLOSE |
| modal | false | true | boolean | Set the modal state of the alert. True to display modal panel when the alert message is displayed, false otherwise. Default is false. |
| frameDisplayed | false | true | boolean | Specify whether or not a frame should be displayed around the component. (true by default) |
| style | false | true | java.lang.String | Css style. Accepts EL. |
| styleClass | false | true | java.lang.String | Css class style. Accepts EL. |
| rendered | false | true | boolean | Rendered or not, acceptable values are: [true(default), false]. |
| id | false | true | java.lang.String | Unique Identifier. Accepts EL. |
| templateStart | false | true | java.lang.String | Special velocity start template to replace default. Accepts EL. |
| templateEnd | false | true | java.lang.String | Special velocity end template to replace default. Accepts EL. |