1 Reply Latest reply on Apr 7, 2008 9:18 AM by danielc.roth

    selectBooleanCheckbox

    jbossindia

      after upgrade to richfaces 3.2 the ajax support stopped working for


      selectBooleanCheckbox


      following code does not call the requisite method not even while submitting the entire form.



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



      obj.setSelected(boolean selected) not called