Faces Core
Tag passThroughAttribute


Add an attribute to the passThroughAttributes Map of the UIComponent associated with the closest parent UIComponent tag.



Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
namefalsefalsejavax.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 Renderer specific attribute, the value specified here supercedes the one that would otherwise be rendered by the Renderer

valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)

The value of the pass through attribute.


Variables
No Variables Defined.