Hi,

I know it's not directly connected with struts but perhaps somebody will
be able to help me. My problem is that I've HTML table with rows/columns
as value labels. On the intersection there is a corresponding value.

<table>
<tr>
  <td></td>
  <td>horizontal label 1</td>

</tr>
<tr>
  <td>vertical label 1</td>
  <td> VALUE </td>
</tr>
</table>

The number of vertical labels is fixed. On the other hand the number of
horizontal labels is dynamic. The Html table DOM model has a addRow()
method but there is no corresponding addColumn() :(

I'd appreciate any suggestion on how to generate such a table.

Rgs


****************************************************************************************

Note:  If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient, you are hereby notified that any dissemination, distribution or 
copying of this communication is strictly prohibited. If you have received this 
communication in error, please notify us immediately by replying to the message 
and deleting it from your computer. Thank you.

****************************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to