]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/WEB-INF/templates/generic/profile_mode_selection_box.tpl
global commit: changed name space to jcp.org as this is seems to be lesser proprietary?
[addressbook-war.git] / web / WEB-INF / templates / generic / profile_mode_selection_box.tpl
index 112cd241c23dbbffa3cb4526862873f4b67f63f3..5b59fb43b54f93740d2dfcc76325a8fae976886d 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <h:selectOneMenu class="select" id="profileMode" value="#{userController.userProfileMode}">
                <f:selectItems value="#{profileMode.allProfileModes}" var="m" itemValue="#{m}" itemLabel="#{msg[m.messageKey]}" />