Hello, i am implementing a dataview table with a checkbox column. At the top of the column i place a checkbox to select/unselect all rows. But It is not working as i want. Using the class Check: checking and unchecking all rows works, but the collection to hold the selected rows is not getting populated. Using the classes CheckBox and AjaxCheckBox: checking and unschecking does not work, but the collection is getting populated. Sorry for eventual duplication, but i search this forum and the web and i couldn't get a hint to fix this problem. I will highly appreciate your help. Here are some code snippet that could help:
*My Form* *Markup:* -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-check-uncheck-all-using-CheckGroupSelector-tp4083663p4083663.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
