Pass Through Attributes


Standard Syntax:
     <%@ taglib prefix="p" uri="http://xmlns.jcp.org/jsf/passthrough" %>

XML Syntax:
     <anyxmlelement xmlns:p="http://xmlns.jcp.org/jsf/passthrough" />

Facelet tag attributes in this namespace must be added to the pass through attribute map
on the UIComponent corresponding to the facelet tag. There are no tags in this tag library.

Usage example

<h:outputText value="Namespaced Attributes" p:foo="bar" />

Would cause <span foo="bar">Namespaced Attributes</span> to be rendered.

Tag Library Information
Display NamePass Through Attributes
Version1.2
Short Namep
URIhttp://xmlns.jcp.org/jsf/passthrough
 

Tag Summary
__