How do you get the selected items in a Wicket ListMultipleChoice?

Posted by leon on Stack Overflow See other posts from Stack Overflow or by leon
Published on 2010-06-16T01:06:45Z Indexed on 2010/06/16 1:12 UTC
Read the original article Hit count: 254

Filed under:

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?

© Stack Overflow or respective owner

Related posts about wicket