I have a DataTable where the first column is a set of Checkboxes for every
row. I felt a CheckGroup would be a nice thing to use here for Deleting
multiple rows. However I want also Ajax events on the Check of a box to only
show the DELETE Button should any box be selected.

The problem is that in order for CheckGroup to work, I think I have to wrap
it in a "span" and make my HTML nasty like:
 

Adding AjaxFormChoiceComponentUpdatingBehavior is not receiving any events.
I assume thats because im being stubborn .. but hoping for a more elegant
solution.

.. I have to use DataTable and I need to Ajaxify the checkboxes here.
Java code is something like


Any thoughts appreciated.
thanks

-----
Software documentation is like sex: when it is good, it is very, very good; and 
when it is bad, it is still better than nothing!
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/CheckGroup-in-a-DataTable-tp4669111.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

Reply via email to