You have 2 choices:

1) put the boolean as a property of your KostenOV and reference it with a model (e.g. propertyModel)

2) Use a CheckGroup and multiple checkboxes which use the id of KostenOV as their value. Have a look at:
-http://www.wicket-library.com/wicket-examples/compref/wicket/bookmarkable/org.apache.wicket.examples.compref.CheckGroupPage
-http://www.wicket-library.com/wicket-examples/compref/wicket/bookmarkable/org.apache.wicket.examples.compref.CheckGroupPage

I would probably go for option 2.

On 14/08/2012 7:09 AM, Delange wrote:
I agree, but how should the code be? At the end it has to be placed in the
model.
Do you have any suggestion?





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Checkbox-in-DataTable-is-not-reflecting-its-sts-in-checkbox-tp4651174p4651225.html
Sent from the Users forum 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



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

Reply via email to