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-13 Thread Jeremy Thomerson
n allowable dom structure. -- Jeremy Thomerson http://www.wickettraining.com On Wed, May 12, 2010 at 12:37 PM, msalman wrote: > > Hi, > > Was any one able to test the quick start? > > Thanks. > -- > View this message in context: > http://apache-wicket.1842946.n4.nabbl

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 Jeremy Thomerson
ut that is just my guess. > > But hopefully I am just not doing some thing right and some one would > please > point that out to me. > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/CheckGroup-and-ListView-tp1886879p2133543.html > Sent fro

Re: CheckGroup and ListView

2010-05-06 Thread msalman
creates the html or the script is not clearing the old values. But that is just my guess. But hopefully I am just not doing some thing right and some one would please point that out to me. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CheckGroup-and-ListView

Re: CheckGroup and ListView

2010-05-06 Thread nino martinez wael
bject is > set for CheckGroup. > > The bottom line is that I can 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

Re: CheckGroup and ListView

2010-05-06 Thread msalman
ception. I thought that when I add the ListView Object to the CheckGroup object then the model object is set for CheckGroup. The bottom line is that I can not make this thing what ever I tried. Please help. Thanks. -- View this message in context: http://apache-wicket.1842946.n4

Re: CheckGroup and ListView

2010-05-05 Thread msalman
_ From: Jeremy Thomerson [via Apache Wicket] To: msalman 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 from a lack of using Models properly - whic

Re: CheckGroup and ListView

2010-05-05 Thread Jeremy Thomerson
eckGroup.html > . > 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.co

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

CheckGroup and ListView

2010-04-12 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 f