Hi Christopher:
Thanks for the tip. I finally get the row counter works:
<jx:set var="counter" value="#{1}"/>
<jx:forEach ....>
<td><jx:formatNumber value="#{$counter}"/></td>
<jx:set var="counter" value="#{1 + $counter}"/>
</jx:forEach ....>
This JXGenerator really rocks! :-DDD
Best Regards,
Antonio Gallardo
Christopher Oliver dijo:
> It only fails with literal values (i.e. outside of #{} and ${}). I've
> just checked in a fix. Until you get that, as a workaround, you can do
> this:
>
> <jx:set var="label" value="#{1}">
>
> Note also that the way you increment the counter below won't work.
> Probably what you want is this:
>
> <jx:set var="label" value="#{1 + $label}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]