]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/WEB-INF/templates/admin/category/admin_category_selection_box.tpl
Continued with refacturing:
[pizzaservice-war.git] / web / WEB-INF / templates / admin / category / admin_category_selection_box.tpl
index 67fc7b5e977bfa9a5c047715cb4ccede2d9e36f6..95691029f077f658035a60d1ab3c55a022a9bda6 100644 (file)
@@ -2,7 +2,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="product_category" value="#{adminProductController.productCategory}" required="true" requiredMessage="#{msg.ADMIN_CATEGORY_MUST_BE_SELECTED}" converter="CategoryConverter">
                <f:selectItems value="#{categoryController.allCategories}" var="cat" itemValue="#{cat}" itemLabel="#{cat.categoryTitle}" />