]> git.mxchange.org Git - addressbook-war.git/commitdiff
fixed comment + id. Yet still no "user" is vailable in user_profile_link.xhtml if...
authorRoland Haeder <roland@mxchange.org>
Sun, 18 Oct 2015 18:50:47 +0000 (20:50 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 18 Oct 2015 18:50:47 +0000 (20:50 +0200)
---------------------------
/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
---------------------------

src/java/org/mxchange/addressbook/beans/smsprovider/SmsProviderWebApplicationBean.java
web/user/show_addressbook.xhtml

index 7842878448e8ea43c3a2cbacdc0d32782eb6f68a..cf9acf1cd9df091f2988499079d93d6669f36fbf 100644 (file)
@@ -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
  * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
index 35e10d81d45204231c1cd43d197c4fcf5fcc466c..0a73b4ad2754ea479927caffcb9e2195f14d09a1 100644 (file)
@@ -32,7 +32,7 @@
                                        <h:outputLabel for="addressbookName" class="table_label">#{msg.ADDRESSBOOK_NAME}</h:outputLabel>
                                        <h:outputText id="addressbookName" value="#{addressbookController.addressbookName}" />
 
-                                       <h:outputLabel for="addressbookUser" class="table_label">#{msg.ADDRESSBOOK_OWNER}</h:outputLabel>
+                                       <h:outputLabel for="userProfileLink" class="table_label">#{msg.ADDRESSBOOK_OWNER}</h:outputLabel>
                                        <ui:include src="/WEB-INF/templates/generic/user_profile_link.tpl">
                                                <ui:param name="user" value="#{addressbookController.addressbookUser}" />
                                        </ui:include>