Re: CheckBoxMultipleChoice Question

2009-04-13 Thread Matthew Hanlon
Check and make sure that the model for the CheckBoxMultipleChoice is getting set properly and the model is loading the data. I do a similar thing, but with CheckGroup and Check: Form form = new Form("user-form", new CompoundPropertyModel(userModel)); add(form); form.add(new RequiredTextField("fir

CheckBoxMultipleChoice Question

2009-04-13 Thread Jeff Palmer
I'm trying to use a CheckBoxMultipleChoice component to render all roles that a user currently has and also to allow user roles to be added / deleted. For some reason, the roles that a user has are being rendered on the page correctly, but none of the checkboxes are getting displayed on the page