RE: CheckGroup Model

2011-08-10 Thread Wilhelmsen Tor Iver
How can I do this in a elegant way? Are you sure your Campo class implements equals() properly? Also remember it is better to pass the IModelListCampo (that you will be using later to pick up the values) to the CheckGroup, e.g. in your case a PropertyModel based on where you read out the

RE: CheckGroup Model

2011-08-10 Thread delta
Hmmm, I did it. My fault, since I didn't implemented equals. Just that resolved the case. Thanks a lot, Tor Iver. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CheckGroup-Model-tp3731606p3732828.html Sent from the Users forum mailing list archive at Nabble.com.

Re: CheckGroup model only has one element

2008-12-06 Thread James Carman
Can you show us more code? You're not showing us what is being added to what (like form, group, contacts, etc.). We don't see the nesting here. On Fri, Dec 5, 2008 at 8:31 PM, jchappelle [EMAIL PROTECTED] wrote: I have a CheckGroup inside of a WizardStep panel. In the constructor I am