]> git.mxchange.org Git - pizzaservice-war.git/blob - web/WEB-INF/templates/admin/admin_parent_category_selection_box.tpl
5c3bb91da0ca1081614eddf150c5a0eb21dbde31
[pizzaservice-war.git] / web / WEB-INF / templates / admin / admin_parent_category_selection_box.tpl
1 <ui:composition
2         xmlns="http://www.w3.org/1999/xhtml"
3         xmlns:f="http://java.sun.com/jsf/core"
4         xmlns:h="http://java.sun.com/jsf/html"
5         xmlns:ui="http://java.sun.com/jsf/facelets">
6
7         <h:selectOneMenu class="select" id="parent_id">
8                 <f:selectItems value="#{controller.allCategories}" var="categoryId" itemValue="#{categoryId.categoryId}" itemLabel="#{categoryId.title}" />
9         </h:selectOneMenu>
10 </ui:composition>