Stuck: Can't get Checkboxes in DataTable to update model

2010-10-19 Thread leech
Summary: I have a DefaultDataTable that is embedded in a form. In the table is a checkbox column that I setup using a panel inside the cell. That works. When run, the table displays fine. The model get method is accessed. When I click on some of the checkboxes and click the submit button, The

Re: Stuck: Can't get Checkboxes in DataTable to update model

2010-10-19 Thread James Carman
Does PanelCfg implement equals/hashCode properly? On Tue, Oct 19, 2010 at 4:35 PM, leech lee.chal...@gmail.com wrote: Summary: I have a DefaultDataTable that is embedded in a form.  In the table is a checkbox column that I setup using a panel inside the cell.  That works. When run, the

Re: Stuck: Can't get Checkboxes in DataTable to update model

2010-10-19 Thread leech
You Be The Man James! Thankyou. That did it. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Stuck-Can-t-get-Checkboxes-in-DataTable-to-update-model-tp3002773p3002826.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Stuck: Can't get Checkboxes in DataTable to update model

2010-10-19 Thread James Carman
I'm just paying it forward. I most certainly get more help here than I give! :) Glad to help. Happy Wicketeering! On Tue, Oct 19, 2010 at 5:08 PM, leech lee.chal...@gmail.com wrote: You Be The Man James! Thankyou. That did it. -- View this message in context:

Re: Stuck: Can't get Checkboxes in DataTable to update model

2010-10-19 Thread Igor Vaynberg
so you are paying it backward :) -igor On Tue, Oct 19, 2010 at 3:00 PM, James Carman ja...@carmanconsulting.com wrote: I'm just paying it forward.  I most certainly get more help here than I give! :)  Glad to help.  Happy Wicketeering! On Tue, Oct 19, 2010 at 5:08 PM, leech

Re: Stuck: Can't get Checkboxes in DataTable to update model

2010-10-19 Thread James Carman
That may be true. :) There's always one in every crowd. On Tue, Oct 19, 2010 at 6:05 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: so you are paying it backward :) -igor On Tue, Oct 19, 2010 at 3:00 PM, James Carman ja...@carmanconsulting.com wrote: I'm just paying it forward.  I most

Re: Stuck: Can't get Checkboxes in DataTable to update model

2010-10-19 Thread Igor Vaynberg
i resemble that remark -igor On Tue, Oct 19, 2010 at 3:07 PM, James Carman ja...@carmanconsulting.com wrote: That may be true. :)  There's always one in every crowd. On Tue, Oct 19, 2010 at 6:05 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: so you are paying it backward :) -igor On