Hi all,

I add a checkgroup into datatable.

group = new ActionTableCheckGroup<T>("checkgroup", model) {

};

group.add(new AjaxFormChoiceComponentUpdatingBehavior() {

private static final long serialVersionUID = -151291731388673682L;

            @Override
            protected void onUpdate(final AjaxRequestTarget target) {
            }
});

When I select all or one checkbox, the Ajax busy Indicator begins with flickering for all the chosen elements. How can I remove this behavior for the checkgroup component? One solution was to ovverride BootstrapAjaxPagingNavigator with an submit link and remove AjaxFormChoiceComponentUpdatingBehavior, but prev and next aren't working for me.

Any suggestions are welcome

Marco

--
Dott. Marco Di Sabatino Di Diodoro
Tel. +39 3939065570

Tirasa S.r.l.
Viale D'Annunzio 267 - 65127 Pescara
Tel +39 0859116307 / FAX +39 0859111173
http://www.tirasa.net

Apache Syncope PMC Member
http://people.apache.org/~mdisabatino/

Reply via email to