Hi all,
is it possible to nest iterate-tags with Struts 1.1?
I have an ArrayList rows which contains ArrayLists.
I tried this in a JSP:
<logic:iterate id="row" name="rows" >
<logic:iterate id="field" name="row">
<bean:write name="field"/>
</logic:iterate>
</logic:iterate>
But I always get an error, saying _jspx_field_1 is already defined in
the JSP.
Is there something wrong with my code or isn't this possible?
TIA
Heiko
--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]