You might want to try the gridview in the dataview package, there is also a
listadapter so you can use a regular list to feed the grid.

-Igor
 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Andrew Berman
> Sent: Wednesday, October 05, 2005 9:07 AM
> To: [email protected]
> Subject: [Wicket-user] How do you manipulate ListView for 
> multiple columns or odd/even?
> 
> 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
> 
> 
> 




-------------------------------------------------------
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

Reply via email to