Add attributes to the
passThroughAttributes Map of the UIComponent
associated with the closest parent UIComponent tag.
For each Map.Entry in the Map<String, Object>
referenced by the value attribute of this tag, take the following action.
Call component.getPassThroughAttributes().put(entry.getKey(), entry.getValue()).
| Name | Required | Type | Description |
|---|---|---|---|
value | true | javax.el.ValueExpression
(must evaluate to java.util.Map)
| An EL |