you have to define the type inside the iterate tag. name="ActionFormName" type="String []"
Again your bean:write property does not look ok. It will look for "getPropertyName" from Action Form named inside iterate tag. >From: Heinz <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: logic:iterate and bean:write >Date: Fri, 05 Oct 2001 14:47:37 +0100 > >Hi. Maybe it's a simple problem, but i have it. > >I have the following data structure: >one Vector where each entry holds a String[] (String-array) of the same >size . > >Problem: How do I correctly use logic:iterate with nested bean:write? > >I imagined somewhat like that: > <logic:iterate id="status" name="ess" property="statusLog"> > <bean:write name="status" property="[0]" filter="true"/><br> > <bean:write name="status" property="[1]" filter="true"/><br> > <bean:write name="status" property="[2]" filter="true"/><br> > </logic:iterate> > >here: statusLog is the Vector holding a String-array > >Any ideas? >Thanks. Heinz. > > > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

