How do you get the selected items in a Wicket ListMultipleChoice?
- by leon
I'm using a ListMultipleChoice component in wicket and I want to get the selected items. It seems that isSelected is protected so I cannot use it. How do I get the selected items?