1 Reply Latest reply on Apr 6, 2010 4:14 AM by 0vermind

    IE: no a4j:support with h:selectBooleanCheckbox

    0vermind

      Hey, guys!

      Please look at the following example:

       

      <h:selectBooleanCheckbox value="#{bean.booltest}">
                   <a4j:support event="onchange" reRender="showbool"/>
      </h:selectBooleanCheckbox>

      <h:outputText id="showbool" value="#{bean.booltest}"/>

       

      the outputText rerenders correctly in firefox but not at all in internet explorer 6 or 8. am i doing something wrong or is this a bug?