]> git.mxchange.org Git - addressbook-war.git/commitdiff
turned around ...
authorRoland Haeder <roland@mxchange.org>
Sat, 17 Oct 2015 18:58:03 +0000 (20:58 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 17 Oct 2015 18:58:03 +0000 (20:58 +0200)
web/login/login_start_sharing_addressbook.xhtml

index cd9f4ac2e934b580485d69222a2ebfdaf3c63e09..87d25a72b2691575201a8dd47dac85d9b8fead3a 100644 (file)
                                        <h:dataTable id="userList" headerClass="table_header_column" var="user" value="#{addressbookController.allUsersNotSharing()}">
                                                <h:column>
                                                        <f:facet name="header">#{msg.USER_ID}</f:facet>
-                                                       <ui:include id="userProfileLink" src="/WEB-INF/templates/generic/user_profile_link.tpl">
-                                                               <ui:param name="user" value="#{user}" />
-                                                       </ui:include>
+                                                       <h:outputText value="#{user.userId}" />
                                                </h:column>
 
                                                <h:column>
                                                        <f:facet name="header">#{msg.USER_NAME}</f:facet>
-                                                       <h:outputText value="#{user.userName}" />
+                                                       <ui:include id="userProfileLink" src="/WEB-INF/templates/generic/user_profile_link.tpl">
+                                                               <ui:param name="user" value="#{user}" />
+                                                       </ui:include>
                                                </h:column>
 
                                                <h:column>