Struts logic iterate problems
in my programe wanted to iterate to display table form list values.like 4 columns and 3 rows.
table
<body>
<table width="75%" border="0">
<tr>
<td>record1</td>
<td>record2</td>
<td>record3</td>
<td>record4</td>
</tr>
<tr>
<td>record5</td>
<td>record6</td>
<td>record7</td>
<td>record8</td>
</tr>
<tr>
<td>record9</td>
<td>record10</td>
<td>record11</td>
<td>record12</td>
</tr>
</table>
</body>
these records view from the a table value.
How to solve this. please help me