Need help with Nested DataTable in Form - finding values in submit method

2010-10-18 Thread leech
I think I posted this message to the wrong forum. So I'm correcting my mistake. I'm just getting started with Wicket. I've looked at every example I can find related to checkboxes in forms but none of them answer my question. The wicket examples have nothing in the submit button code to

Re: Need help with Nested DataTable in Form - finding values in submit method

2010-10-18 Thread Igor Vaynberg
you do this the same way as with all other form components, bind the checkboxes to some model that stores the values in some field you can access. AbstractCheckBoxModel may also be useful for this usecase. -igor On Mon, Oct 18, 2010 at 10:48 AM, leech lee.chal...@gmail.com wrote: I think I