Faces Core
Tag dataAttribute


Add an HTML5 data-* attribute to the enclosing component.

Lazily create a java.util.Map and store it in the component attributes map under the under the key given by the value of the symbolic constant UIComponent.DATA_ATTRIBUTES_KEY. Add an entry in the map with the name and value taken from the corresponding attributes on this element, preserving the ValueExpression nature of the name and value, if necessary.



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 data-* attribute. The value of name will be appended to the literal string "data-" (without the quotes) in the rendered markup for the component, as specified in the overview for the HTML_BASIC RenderKit.

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

The value of the data-* attribute.


Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.