Repeater with checkbox

2008-11-03 Thread Jurrie Overgoor
Hello everyone, I'm currently creating a Wicket application, and for this I need a repeater that lets the user select multiple rows from a list of items. So basically a repeater that adds a checkbox in front of every item. Is this component available? I remember seeing this somewhere, but I

Re: Repeater with checkbox

2008-11-03 Thread Hannes Schubert
Jurrie, this goes very well. I use check boxes in repeaters for the same reason. Just have a look at the following snippets. dynamicContents.add(listView = new DataView(whatever, getDataProvider(), 15) { @Override protected void populateItem(Item