1 Reply Latest reply on Apr 7, 2008 9:34 AM by ilya_shaikovsky

    selectBooleanCheckbox ajax support not working in 3.2

    jboss_india

      boolean checkbox with ajax support failed after upgraded to richfaces 3.2
      earlier the method was getting called without any problem but now it is not getting called at all


      <h:selectBooleanCheckbox value="#{obj.selected}" id="selection" >
      <a:support id="selectionSupport" event="onclick" ajaxSingle="true" immediate="true" ></a:support>
      </h:selectBooleanCheckbox>

      obj.setSelected() was getting called before RF 3.2 but now does nto called