From: Roland Haeder Date: Sun, 18 Oct 2015 18:50:47 +0000 (+0200) Subject: fixed comment + id. Yet still no "user" is vailable in user_profile_link.xhtml if... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=46e253fcba4ac400ed1bbb94387d7dee820d003f;p=addressbook-war.git fixed comment + id. Yet still no "user" is vailable in user_profile_link.xhtml if included from login_start_sharing_addressbook.xhtml: --------------------------- /WEB-INF/templates/generic/user_profile_link.tpl @10,66 test="#{profileController.isProfileLinkVisible(user)}" /WEB-INF/templates/generic/user_profile_link.tpl @10,66 test="#{profileController.isProfileLinkVisible(user)}": java.lang.NullPointerException: user is null --------------------------- --- diff --git a/src/java/org/mxchange/addressbook/beans/smsprovider/SmsProviderWebApplicationBean.java b/src/java/org/mxchange/addressbook/beans/smsprovider/SmsProviderWebApplicationBean.java index 78428784..cf9acf1c 100644 --- a/src/java/org/mxchange/addressbook/beans/smsprovider/SmsProviderWebApplicationBean.java +++ b/src/java/org/mxchange/addressbook/beans/smsprovider/SmsProviderWebApplicationBean.java @@ -29,7 +29,7 @@ import org.mxchange.jphone.phonenumbers.smsprovider.AddressbookSmsProviderSingle import org.mxchange.jphone.phonenumbers.smsprovider.SmsProvider; /** - * A country bean + * A SMS provider bean *

* @author Roland Haeder */ diff --git a/web/user/show_addressbook.xhtml b/web/user/show_addressbook.xhtml index 35e10d81..0a73b4ad 100644 --- a/web/user/show_addressbook.xhtml +++ b/web/user/show_addressbook.xhtml @@ -32,7 +32,7 @@ #{msg.ADDRESSBOOK_NAME} - #{msg.ADDRESSBOOK_OWNER} + #{msg.ADDRESSBOOK_OWNER}