I'm putting together a table with a dynamic number of columns.

Making use of DataTable for the table and a SortableDataProvider as the data
provider. The problem I'm running into is that underneath I can't use a
simple POJO to setup the data structure, since there is no predefined
structure for the data. The specific place in my code that gets hit by this
is when I'm building the IColumn array for the DataTable instance.

Any thoughts on how to modify the PropertyColumn to work with this?


Thanks,
Mike.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to