<c:forEach> treats items property as a string
问题 I am trying to iterate over a collection of elements, which are complex types (another entities) using <c:forEach> : <c:forEach items="#{repcatTree.items}" var="item"> <div style="padding-top:7px; padding-bottom:7px; padding-right:15px;"> <span class="report_item_category_class"> <h:commandLink rendered="#{item.type == 'category'}" action="#{item.onNodeClicked}" styleClass="default_link"> <h:graphicImage url="/views/tree/images/folder_big.gif" /> <h:outputText value="#{item.attributes.FILE