0

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?

4

0 回答 0