Hi,

> in order for CheckGroup to work, I think I have to wrap it in a "span"

correct, the CheckGroup needs its own HTML tag.

>Adding AjaxFormChoiceComponentUpdatingBehavior is not receiving any events.

I've checked your code posted on Nabble, but it didn't seem to include the relevant bits.

Could you rephrase your actual problem?

Regards
Sven


On 25.01.2015 20:56, Arjun Dhar wrote:

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: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to