Dear Displaytaggers,

Greetings. Does anybody know of a way in DisplayTag to specify individual <tr> attributes that may be variable across different columns and different rows in a table?

For example, how could I build a table using DisplayTag to display the following:

<table >
<tr><th>Day 1</th>
         <th>Day 2</th>
         <th>Day 3</th>
         <th>Day 4</th>
</tr>
<tr>
       <td COLSPAN="3">Reserved</td>
       <td COLSPAN="1">Available</td>
</tr>
<tr>
      <td colspan="1">Available</td>
      <td colspan="2">Reserved</td>
       <td colspan="1">Available
</tr>
</table>

I'm attaching an image of this table so you see what Im trying to do.

Thanks
Nat




Attachment: snapshot.png
Description: PNG image

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to