]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Wed, 11 Oct 2017 20:51:47 +0000 (22:51 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 19 Jul 2019 22:47:13 +0000 (00:47 +0200)
- preparation for rewrite: removed rendered attribute
- used fn:length(someList) instead of someList.size()

Signed-off-by: Roland Häder <roland@mxchange.org>
web/guest/user/user_list.xhtml

index 6007a75514f3ba7a3873a1d85e41b37b7c665031..702e20b46cbdc515fa01a5c8cb19df08d7ad084a 100644 (file)
@@ -24,7 +24,7 @@
                                <h:outputText value="#{msg.TABLE_HEADER_USER_LIST}" />
                        </div>
 
-                       <p:dataTable id="userList" var="user" value="#{userController.allUsers()}" tableStyleClass="table" paginator="true" rows="10" summary="#{msg.TABLE_SUMMARY_USER_LIST}" rendered="#{userController.allUsers().size() lt 0}">
+                       <p:dataTable id="userList" var="user" value="#{userController.allUsers()}" tableStyleClass="table" paginator="true" rows="10" summary="#{msg.TABLE_SUMMARY_USER_LIST}">
                                <ui:fragment rendered="#{profileController.isProfileLinkVisibleByUser(user)}">
                                        <p:column>
                                                <f:facet name="header">