It's not a secret anymore!
The moose likes Struts and the fly likes Struts logic iterate problems Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts logic iterate problems" Watch "Struts logic iterate problems" New topic
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 ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Struts logic iterate problems
 
Similar Threads
using Multiple submit buttons.
JSP Processing Error
Action not getting called
Struts logic iterate problems
Struts template tag does not work properly in VisualAge for Java WTE