Hello,
I have a list of items which I want to split between
two table columns, like this:
<tr>
<td>Even items in list</td>
<td>Odd items in list</td>
</tr>
I also have another list I want to do this with:
<tr class="even">
<td>Something here</td>
</tr>
<tr class="odd">
<td>Something else here</td>
</tr>
How can accomplish both of these? I'm currently using
ListView objects for both. Is there something else I
should be using?
Thanks for any help you can provide!
--Andrew
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user