I am wondering why getItems()
is called in the following view:
<p:panel rendered="false">
<c:forEach items="#{bean.items}">
...
</c:forEach>
</p:panel>
Are JSTL tags evaluated earlier then others? Is there any good documentation on this?