How to set the value of p:selectOneRadio with Client Side API?
问题 In my JSF view I am using a p:selectOneRadio. Now I have to change the value of this component on client side as side effect. In the Client Side API of this component I have found the following which I think I could use for this if I find the proper way how to use it: PrimeFaces.widget.SelectOneRadio=PrimeFaces.widget.BaseWidget.extend( { // ... select:function(a){ this.checkedRadio=a; a.addClass("ui-state-active") .children(".ui-radiobutton-icon") .addClass("ui-icon-bullet").removeClass("ui