Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display 3 products per row with <logic:iterate>

Status
Not open for further replies.

yacanna

Programmer
Oct 24, 2003
15
US
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top