Hello,

I am a newbie to the Display taglib and struts in general and I need
some help.

I would like to convert the code below to use the display:table if
possible. I have a ArrayList of column headings and a Collection of
Collections of row data.

Would it be possible to convert?

Thanks a million in advance.

Chirag



<:table> 
<tr>
<logic:iterate name="Results" property="columnnames" id="columnname" >
<td><bean:write name="columnname"/></td>
</logic:iterate>
</tr>
<logic:iterate name="Results" property="tabledata" id="rowdata">
<tr>
<logic:iterate name="rowdata" id="columndata">
<td><bean:write name="columndata"/></td>
</logic:iterate>
</tr>
</logic:iterate>
<table>
 
 


--
NOTICE: If received in error, please destroy and notify sender.  Sender does not waive 
confidentiality or privilege, and use is prohibited.


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to