You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Billerby Erik <er...@consultant.volvo.com> on 2002/10/02 17:18:08 UTC

indexId in nested:iterate

Why come the indexId does not work using the nested tablib.

Since nested:iterate is inheriting from logic:iterate I cant understand why I cant get it to work.

My code:

<nested:iterate property="partVOs" indexId="counter">
	<bean:write name="counter"/>
</nested:iterate>

I tried with <nested:write name="counter"/>
as well but that did not compile, nor did <nested:write property="counter"/>

Regards
/Erik

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>