I have a arraylist in my session and like to display 3 products per row in jsp with struts logic tag.
Does anybody know how to do this?
<logic:iterate name="PRODCATS" id="cats" >
<td>
<bean:write name="cats" property="prodName"/>
</td>
</logic:iterate>
How to restrict 3 columns per row, then go to a new row.
I would greatly appreciate any help on this!
Does anybody know how to do this?
<logic:iterate name="PRODCATS" id="cats" >
<td>
<bean:write name="cats" property="prodName"/>
</td>
</logic:iterate>
How to restrict 3 columns per row, then go to a new row.
I would greatly appreciate any help on this!