]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
fixed name of controller (cherry-pick this)
authorRoland Häder <roland@mxchange.org>
Wed, 11 May 2016 15:19:43 +0000 (17:19 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 11 May 2016 19:10:24 +0000 (21:10 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/beans/gender/PizzaGenderWebApplicationBean.java
web/admin/user/admin_user_list.xhtml

index bf0a682c398c956ccec19d010b2982095c864da9..28e2d20c79c31edd1cf741020632d29dc2c18034 100644 (file)
@@ -51,7 +51,6 @@ public class PizzaGenderWebApplicationBean implements PizzaGenderWebApplicationC
        @Override
        public List<Gender> getSelectableGenders () {
                // Init array
-               // TODO Call EJB here?
                List<Gender> genders = GenderUtils.selectableGenders();
 
                // Return it
index 093521ff2b3eb67f9a98984a8714afaf11655ca4..dd8645a207e415bd7de3c374f6aba23de7f14423 100644 (file)
@@ -3,10 +3,10 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-         xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
-         xmlns:h="http://xmlns.jcp.org/jsf/html"
-         xmlns:f="http://xmlns.jcp.org/jsf/core"
-         >
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
+       xmlns:h="http://xmlns.jcp.org/jsf/html"
+       xmlns:f="http://xmlns.jcp.org/jsf/core"
+       >
 
        <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
                <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_LIST_USER}</ui:define>