Breadcrumbs
Home / JSF 2.2 Namespaces – JSF TutorialJSF 2.2 Namespaces – JSF Tutorial
Last Updated on Wednesday, 22 July 2015 Written by Chad Darby Wednesday, 22 July 2015
JSF 2.2 introduced a list of namespaces for the JSF components. In the list below, I show the old namespace along with the new one:
Library
|
Old URI
|
New URI
|
Composite
Components
|
http://java.sun.com/jsf/composite
|
http://xmlns.jcp.org/jsf/composite
|
Faces Core
|
http://java.sun.com/jsf/core
|
http://xmlns.jcp.org/jsf/core
|
HTML
|
http://java.sun.com/jsf/html
|
http://xmlns.jcp.org/jsf/html
|
JSTL Core
|
http://java.sun.com/jsp/jstl/core
|
http://xmlns.jcp.org/jsp/jstl/core
|
JSTL
Functions
|
http://java.sun.com/jsp/jstl/functions
|
http://xmlns.jcp.org/jsp/jstl/functions
|
Facelets
Templating
|
http://java.sun.com/jsf/facelets
|
http://xmlns.jcp.org/jsf/facelets
|
Pass
Through
Attributes
|
http://java.sun.com/jsf/passthrough
|
http://xmlns.jcp.org/jsf/passthrough
|
Pass
Through
Elements
|
http://java.sun.com/jsf
|
http://xmlns.jcp.org/jsf
|
This entry was posted on Wednesday, 22 July 2015
and is filed under How-To, Java, JavaServer Faces (JSF).
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.