Hi,<br><br>I have a bit of a basic problem here. I can't seem to find a
solution for when I try to find the number of results of a contentload
without looping through the results.<br>E.g.:<br><br><div id="philosophies"><br>

<cms:contentload collector="allInFolder" param="${philosophiesPath}|<div>philosophy"><br>
    <cms:contentinfo var="info" /><br>    <%-- Some initialization based on the result size in the "info" variable. --%><br>    <%-- After the initialization all results must be looped. --%><br>





</cms:contentload><br></div><br><br>If I do it this way, the initialization of the variables naturally occurs for every result.<br>Another
problem I am confronted with is that the div with id "philosophies"
should be displayed only when there is at least one result for the
contentload.<br>

If I can solve one problem the second one is solved in the same way ofcourse.<br><br>Thanks,<br><br>Sacha</div>