• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Struts logic iterate problems

 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

[ November 10, 2005: Message edited by: Zhang Alan ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic