| |||||||
| FRAMES NO FRAMES | |||||||
<%@ taglib prefix="p" uri="http://xmlns.jcp.org/jsf/passthrough" %>
<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 theUIComponentcorresponding 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 Name | Pass Through Attributes |
| Version | 1.2 |
| Short Name | p |
| URI | http://xmlns.jcp.org/jsf/passthrough |
| Tag Summary | |
| _ | _ |
| |||||||
| FRAMES NO FRAMES | |||||||