Re: CheckGroup and ListView

2010-05-13 Thread msalman
And it was as simple as that. Thank you so much. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CheckGroup-and-ListView-tp1886879p2197959.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: CheckGroup and ListView

2010-05-12 Thread msalman
Hi, Was any one able to test the quick start? Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CheckGroup-and-ListView-tp1886879p2196464.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: CheckGroup and ListView

2010-05-07 Thread msalman
again. http://n4.nabble.com/file/n2134528/wicket-quickstart-checkgroup.zip wicket-quickstart-checkgroup.zip -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CheckGroup-and-ListView-tp1886879p2134528.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: CheckGroup and ListView

2010-05-06 Thread msalman
.1842946.n4.nabble.com/CheckGroup-and-ListView-tp1886879p2133161.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: CheckGroup and ListView

2010-05-06 Thread nino martinez wael
not make this thing what ever I tried. Please help.  Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CheckGroup-and-ListView-tp1886879p2133161.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: CheckGroup and ListView

2010-05-06 Thread msalman
Well, I have tried removing and then adding the ListView to the CheckGroup, but that does not work either. I have tried to debug this as much as I could and I do see that there are the right values in the java objects of ListView and the wrapped list. To me it looks like that the code

Re: CheckGroup and ListView

2010-05-06 Thread Jeremy Thomerson
create a quickstart and post it somewhere where we can get to it and someone will help you -- Jeremy Thomerson http://www.wickettraining.com On Thu, May 6, 2010 at 7:12 PM, msalman mohammad_sal...@yahoo.com wrote: Well, I have tried removing and then adding the ListView to the CheckGroup

Re: CheckGroup and ListView

2010-05-05 Thread msalman
PageCheckGroup.html . http://n4.nabble.com/file/n2131672/PageCheckGroup.java PageCheckGroup.java . http://n4.nabble.com/file/n2131672/SelectableValue.java SelectableValue.java . -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CheckGroup-and-ListView-tp1886879p2131672.html Sent from

Re: CheckGroup and ListView

2010-05-05 Thread Jeremy Thomerson
. http://n4.nabble.com/file/n2131672/PageCheckGroup.java PageCheckGroup.java . http://n4.nabble.com/file/n2131672/SelectableValue.javaSelectableValue.java . -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CheckGroup-and-ListView-tp1886879p2131672.html Sent from

Re: CheckGroup and ListView

2010-05-05 Thread msalman
: Jeremy Thomerson [via Apache Wicket] ml-node+2131687-1413056525-229...@n4.nabble.com To: msalman mohammad_sal...@yahoo.com Sent: Wed, May 5, 2010 2:08:06 PM Subject: Re: CheckGroup and ListView I haven't looked at it in detail, but you shouldn't be doing that removeAll() and setList() stuff - it comes

CheckGroup and ListView

2010-04-13 Thread Mohammad Salman
I use a ListView to populate a CheckGroup with Check objects. It works fine and all the check boxes are displayed properly. But when I try to add a new check box to the ones previously added, I keep getting the new one along with the previous ones in duplicate. Here is my code. (I apologize