I am bit lost here, think it's because i dunno wat to look for. Would appreciate any help.
I am trying to iterate through a collection but display 2 column rather than the usual one.
E.g.
<core:forEach items="${col}" var="rec">
<td>${rec.id}</td>
//how to i move to the next record there????
<td>${rec.id}</td>
</core:forEach>
Start Free Trial