CheckGroup, CheckBox and Check

2008-03-14 Thread Greg Dunn
I've got a collection of beans (roles) containing user authorization roles that I'm using as the Model for a ListView. I'm confused by the interaction between CheckGroups, Check's and CheckBox's. If I use CheckBox my roles show up selected if the user has the role, but I can't get the Model

Re: CheckGroup, CheckBox and Check

2008-03-14 Thread Igor Vaynberg
checkgroup's model is the selection mode, so it should be bound to user's assigned roles list, not the list of all available roles. -igor On Fri, Mar 14, 2008 at 7:45 AM, Greg Dunn [EMAIL PROTECTED] wrote: I've got a collection of beans (roles) containing user authorization roles that I'm

RE: CheckGroup, CheckBox and Check

2008-03-14 Thread Greg Dunn
much trouble) how could I go about that? Thanks Greg -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 10:59 AM To: users@wicket.apache.org Subject: Re: CheckGroup, CheckBox and Check checkgroup's model is the selection mode, so it should

Re: CheckGroup, CheckBox and Check

2008-03-14 Thread Igor Vaynberg
not too much trouble) how could I go about that? Thanks Greg -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 10:59 AM To: users@wicket.apache.org Subject: Re: CheckGroup, CheckBox and Check checkgroup's model