-Igor
On 12/17/05, Igor Vaynberg
<[EMAIL PROTECTED]> wrote:
you can either transform the set into a list, or you can use the dataview/idataprovider combination. very similar to the listview but requires an iterator instead of a list. see wicket-examples/repeaters.
-Igor
On 12/17/05, John Shields <[EMAIL PROTECTED] > wrote:I'm trying to use a ListView to display an associated collection loaded by Hibernate. The problem I have is that Hibernate's collections are all "Sets", but the ListView requires a List. I haven't been able to find an example that demonstrates displaying one-to-many relationships. Any suggestions on how to display that collection?
BTW: I'm really impressed with Wicket.
- John
