]> git.mxchange.org Git - addressbook-war.git/commitdiff
maybe the right way ... ;-)
authorRoland Haeder <roland@mxchange.org>
Fri, 23 Oct 2015 16:25:29 +0000 (18:25 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 23 Oct 2015 16:25:29 +0000 (18:25 +0200)
web/login/login_start_sharing_addressbook.xhtml

index 50cc203ff8057dfbd1efa057dd55f8ea9502012a..7135ba122040b4c8cc927fcf023a1ccfcf687af8 100644 (file)
@@ -24,7 +24,7 @@
                                        <h:outputText id="ownProfileInvisible" class="notice" value="#{msg.USER_NOT_LOGGED_IN}" rendered="#{not loginController.isUserLoggedIn()}" />
 
                                        <h:dataTable id="userList" headerClass="table_header_column" var="user" value="#{addressbookController.allUsersNotSharing()}" rendered="#{loginController.isUserLoggedIn() and not loginController.isInvisible()}">
-                                               <c:set value="#{share.shareUserSharee}" target="#{profileController}" property="user" />
+                                               <c:set value="#{user}" target="#{profileController}" property="user" />
                                                <h:column>
                                                        <f:facet name="header">#{msg.USER_ID}</f:facet>
                                                        <h:outputText value="#{user.userId}" />