Heiko,

I _believe_ that "field" is a deprecated struts tag, so that word may
give you problems.  Try changing "field" to some other variable name,
and give that a go.

Hopefully, someone who is a better struts programmer than I am can
comment on this later - it's still early in the US.  =)

-- 
Becky Norum
Database Administrator
Center for Subsurface Sensing and Imaging Systems (CenSSIS)
Northeastern University
http://www.censsis.neu.edu

On Wed, 2003-03-05 at 07:00, Heiko J�rgens wrote:
> 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]

Reply via email to