]> git.mxchange.org Git - jfinancials-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 Häder <roland@mxchange.org>
Wed, 11 May 2016 15:22:04 +0000 (17:22 +0200)
Signed-off-by: Roland Häder <roland@haeder.net>
src/java/org/mxchange/addressbook/beans/gender/AddressbookGenderWebApplicationBean.java
web/admin/user/admin_user_list.xhtml

index 0086a8c6eb9290b5b67a68ffa0bd5cd1f5fab94d..0cf0d1c6c68ed530a2ebd53613490667ac2dc540 100644 (file)
@@ -27,7 +27,7 @@ import org.mxchange.jcontacts.contact.gender.GenderUtils;
  * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
-@Named ("gender")
+@Named ("genderController")
 @ApplicationScoped
 public class AddressbookGenderWebApplicationBean implements AddressbookGenderWebApplicationController {
 
index 9b861fcfd376e1bafce47e787690bc13ddf374b9..e94cbf5f3ef4594ebee14afdf947f789dc11f5de 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>