Hi,

Can somebody spot what's wrong with this?:

<jx:forEach var="article" varStatus="loop" items="${availableArticles}">
<tr id="available.${loop.index}" onclick="select(this)">
.
.
.


My problem is that '${loop.index}' is evaluating to the empty string.

I'm using Cocoon 2.1.3.

Thanks a lot,
Mark


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to