Although rendered=“false”, content of a h:dataTable is always evaluated
问题 I have got a problem with the HtmlDataTable of JSF 2.0. On my web page, i have got a h:dataTable and some other content, which should only be rendered if the user is logged in. The content of the HtmlDataTable is loaded from a database. Although the h:dataTable is not rendered when the user is not logged in, the content is still evaluated. Here is the code of the web page: <h:panelGroup rendered="#{userBean.loggedIn}"> <h:dataTable value="#{xxxBean.allXxx}" var="c"> <h:column> <h:outputText