Hi I'm trying to iterate through java Collection to write down its content. Unfortunately following code doesn't work:
<c:forEach items="#{company.companyWarehouseCollection}" var="warehouse" varStatus="status" rendered="#{company.companyWarehouseCollection.size()}">
test data
</c:forEach>
This is strange because printing value of #{company.companyWarehouseCollection.size()} gives me positive data different than 0.