From: Roland Häder Date: Wed, 11 May 2016 15:19:43 +0000 (+0200) Subject: fixed name of controller (cherry-pick this) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=953b646fea501af4e0d480919d57b7d63b78d55e;p=jfinancials-war.git fixed name of controller (cherry-pick this) Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/addressbook/beans/gender/AddressbookGenderWebApplicationBean.java b/src/java/org/mxchange/addressbook/beans/gender/AddressbookGenderWebApplicationBean.java index 0086a8c6..0cf0d1c6 100644 --- a/src/java/org/mxchange/addressbook/beans/gender/AddressbookGenderWebApplicationBean.java +++ b/src/java/org/mxchange/addressbook/beans/gender/AddressbookGenderWebApplicationBean.java @@ -27,7 +27,7 @@ import org.mxchange.jcontacts.contact.gender.GenderUtils; *

* @author Roland Haeder */ -@Named ("gender") +@Named ("genderController") @ApplicationScoped public class AddressbookGenderWebApplicationBean implements AddressbookGenderWebApplicationController { diff --git a/web/admin/user/admin_user_list.xhtml b/web/admin/user/admin_user_list.xhtml index 9b861fcf..e94cbf5f 100644 --- a/web/admin/user/admin_user_list.xhtml +++ b/web/admin/user/admin_user_list.xhtml @@ -3,10 +3,10 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html" + xmlns:f="http://xmlns.jcp.org/jsf/core" + > #{msg.PAGE_TITLE_ADMIN_LIST_USER}