Faces Core
Tag passThroughAttributes


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()).



Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Map)

An EL ValueExpression that evaluates to a Map<String, Object>.


Variables
No Variables Defined.