struts-community-plugins / struts2-jquery

Struts2 jQuery Plugin
Apache License 2.0
83 stars 49 forks source link

buttonset widget is deprecated - replace with controlgroup #283

Closed sdutry closed 2 years ago

sdutry commented 2 years ago

see : buttonset

CheckboxList

sdutry commented 2 years ago

internally controlgroup is being used

                    if (o.buttonset) {
                        elements.checkboxradio(o);
                        $elem.controlgroup(o);
                    }

So not an issue, closing for now