| Author |
Struts logic iterate problems
|
smitha mano
Ranch Hand
Joined: Sep 26, 2005
Posts: 70
|
|
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
|
 |
Zhang Alan
Greenhorn
Joined: Nov 09, 2005
Posts: 22
|
|
[ November 10, 2005: Message edited by: Zhang Alan ]
|
 |
 |
|
|
subject: Struts logic iterate problems
|
|
|