Re: Dynamic checkbox form

2010-05-05 Thread Wolfgang

Each checkbox will be associated with a model. After submitting the form (in
your onSubmit method), these models contain the value of the checkbox. As
you have a dynamic set of checkboxes you have to make you store the models
in an appropriate collection. Or, you remember the references to the
checkbox components and ask them about their model value.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Dynamic-checkbox-form-tp2125793p2130820.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...@wicket.apache.org



Dynamic checkbox form

2010-05-04 Thread hill180
Just need to be pointed in the Right direction.

I have a form of check boxed created by dynamic list.  What is the
best way to get the Boolean value if the checkbox was selected.

Thanks...

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org