|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have this same issue. I thought upgrading might fix it, but the upgrade was failing and I couldn't get a response either. I'm not using logic:iterate, but basically a loop inside a loop. I know the data is correct because the raw table shows the data *and* DT is displaying the data, but not doing it correctly in the hyperlink. What I've reverted to is not using DisplayTag for this one instance, unfortunately. Please, please let me know if you figure it out. - - Nic. Mark Panahi wrote: > Hi Matt, I just tried this by doing something like this: > > uid="<%=""+(++k)%>" > > but it still doesn't seem to work. In fact, when I look at the html > source, I see that all table ids are the same. It seems that uid is > set once and assigned to all tables? > > Thanks, > > Mark > > On 9/13/05, *Matt Raible* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > 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] > <mailto:[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] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/displaytag-user > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) iD8DBQFDJ4gjMacv+XEuuyURApSwAJwIp59sX1sXswiy9RnfmBodwxaK1wCdHpKr sH9dub1z7uX3biAy39vdCOc= =DKMG -----END PGP SIGNATURE----- ------------------------------------------------------- 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 |
- [displaytag-user] Using displaytag in a loop messes up r... Mark Panahi
- Re: [displaytag-user] Using displaytag in a loop me... Matt Raible
- Re: [displaytag-user] Using displaytag in a loo... Mark Panahi
- Re: [displaytag-user] Using displaytag in a... Nic Werner
- Re: [displaytag-user] Using displaytag in a... Matt Raible
- Re: [displaytag-user] Using displaytag ... Mark Panahi
- Re: [displaytag-user] Using displa... Fabrizio Giustina

