<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.
| Info | Value | 
|---|---|
| ID (tag prefix) | p | 
| URI | http://xmlns.jcp.org/jsf/passthrough |