You can use the "uid" attribute to solve this problem (I believe):
http://displaytag.sourceforge.net/tagreference-displaytag-12.html Matt On 9/13/05, Mark Panahi <[EMAIL PROTECTED]> wrote: > (Hello, this is a message I sent a couple weeks. I never got a reply so I'm > reposting with a more descriptive subject line.) > > > I'm trying to print multiple tables from a loop like this: > > <logic:iterate id="listelem" name="lists" scope="request" > type="java.lang.String"> > <bean:write name='listelem'/> > <bean:define id="nm" ><bean:write name='listelem'/></bean:define > > > > <display:table name="<%=nm%>" id="element" export="true"> > <display:setProperty name="export.csv.filename" > value="<%=fname + "_" + lname + "_" + nm +".csv"%>" /> > <display:column valign="top" property="dateStr" > titleKey="label.pd.date"/> > <display:column valign="top" property="caregiver.label" > titleKey=" label.pd.caseManager"/> > <display:column property="note" titleKey="label.pd.notes"/> > </display:table> > > </logic:iterate> > > The display is fine, but there is a problem with the reports -- they > all link to the report of the first table generated. Any ideas what > I'm doing wrong? Is this a bug? > > Thanks, > > Mark ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

