Hello all, I'm not sure what is happening here but I think it's an obvious fix, I just can't see it. When I'm looping through a logic:iterate tag, I want to display a message on the first iteration. I used the IndexId attribute and created an index and compare it to the value 0. For some reason, this evalutates to true for 0 and 10 (and maybe 20 etc... my results don't go that high).
<logic:match name='index' value='0'>
I like cheese!
</logic:match>
Any Ideas?
Graham

