Re: Problem with check / uncheck all using CheckGroupSelector

2011-11-21 Thread massizigao
but the Set (selectedValues) is populated. Thank you for any hint! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-check-uncheck-all-using-CheckGroupSelector-tp4083663p4091287.html Sent from the Users forum mailing list archive at Nabble.com

Re: Problem with check / uncheck all using CheckGroupSelector

2011-11-21 Thread massizigao
Perhaps it can help: when using CheckBox or AjaxCheckBox the WICKET AJAX DEBUG is showing this error: -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-check-uncheck-all-using-CheckGroupSelector-tp4083663p4092093.html Sent from the Users forum mailing

Problem with check / uncheck all using CheckGroupSelector

2011-11-18 Thread massizigao
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

Re: Problem with check / uncheck all using CheckGroupSelector

2011-11-18 Thread Carl-Eric Menzel
On Fri, 18 Nov 2011 07:31:48 -0800 (PST) massizigao fha...@online.de wrote: 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