Add an attribute to the
passThroughAttributes Map
of the UIComponent
associated with the closest parent UIComponent
tag.
Name | Required | Type | Description |
---|---|---|---|
name | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| The name
of the pass through attribute. An attribute with this name,
and the corresponding value will appear on the outer most
markup element in the rendered markup for the component, as
specified in the overview for the HTML_BASIC RenderKit. If
the name of this attribute conflicts with
|
value | true | jakarta.el.ValueExpression
(must evaluate to java.lang.Object )
| The value of the pass through attribute. |