I have done this using nested Iterate tags. I built a vector out of the
Result set and then did as follows:

<logic:iterate id="eachrow" name="resultsvector">
<tr>
 <logic:iterate id=eachcol" name="eachrow">
   <td><bean:write name="eachcol"/></td>
 </logic:iterate>
</tr>
</logic:iterate>




-----Original Message-----
From: Michael Schommer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 05, 2001 10:21 AM
To: [EMAIL PROTECTED]
Subject: ResultSet as HTML-table


Hi,

I want to output a ResultSet as HTML-table in a JSP.
This should be a very general request.
Has anyone an elegant solution who wants to share?

Gruß
Michael

--
Java - write once, run anywhere


Reply via email to