Attributes |
Name | Required | Request-time | Type | Description |
exception | false | true | java.lang.String | Sets a class for the exception. |
focusField | false | true | java.lang.String | Sets the name of the field that the error message is focused on. |
key | false | true | java.lang.String | Sets a key to be placed in the SessionErrors object to trigger the error message. |
message | false | true | java.lang.String | Sets explicit message text or sets the name of a language key from which to derive text for the message. |
rowBreak | false | true | java.lang.String | No Description |
translateMessage | false | true | boolean | Sets whether to translate the message into the user's language. The default value is true . |