Renders field errors in an HTML 'span' tag.
表 E.2. Attributes
| Attribute | Required? | Runtime Expression? |
|---|---|---|
|
cssClass |
false |
true |
|
Equivalent to "class" - HTML Optional Attribute | ||
|
cssStyle |
false |
true |
|
Equivalent to "style" - HTML Optional Attribute | ||
|
delimiter |
false |
true |
|
Delimiter for displaying multiple error messages. Defaults to the br tag. | ||
|
dir |
false |
true |
|
HTML Standard Attribute | ||
|
htmlEscape |
false |
true |
|
Enable/disable HTML escaping of rendered values. | ||
|
id |
false |
true |
|
HTML Standard Attribute | ||
|
lang |
false |
true |
|
HTML Standard Attribute | ||
|
onclick |
false |
true |
|
HTML Event Attribute | ||
|
ondblclick |
false |
true |
|
HTML Event Attribute | ||
|
onkeydown |
false |
true |
|
HTML Event Attribute | ||
|
onkeypress |
false |
true |
|
HTML Event Attribute | ||
|
onkeyup |
false |
true |
|
HTML Event Attribute | ||
|
onmousedown |
false |
true |
|
HTML Event Attribute | ||
|
onmousemove |
false |
true |
|
HTML Event Attribute | ||
|
onmouseout |
false |
true |
|
HTML Event Attribute | ||
|
onmouseover |
false |
true |
|
HTML Event Attribute | ||
|
onmouseup |
false |
true |
|
HTML Event Attribute | ||
|
path |
false |
true |
|
Path to errors object for data binding | ||
|
tabindex |
false |
true |
|
HTML Standard Attribute | ||
|
title |
false |
true |
|
HTML Standard Attribute | ||