9 Replies Latest reply on May 26, 2009 5:42 AM by nbelaevski

    a4j:support onchange event does not work in IE

      Hi,
      I am using <a4j:support> within <h:selectOneListbox> to fire changes when user selection changes in list box. However the event is not getting recognized in IE though it works perfectly in FF and chrome too.

      Please find my code below

      <h:selectOneListbox value="#{BatchManagementBean.selectedBatchId}"
       styleClass="wideWhenEmptyList" size="10">
       <f:selectItems value="#{BatchManagementBean.batchSelectItemList}" />
       <a4j:support event="onchange"
       actionListener="#{BatchManagementBean.updateForBatchChange}"
       reRender="batchDetailsPanel" />
       </h:selectOneListbox>
      
      

      I am struggling to make this run from last couple of days without luck. Appreciate your help on this and should you need any more information, please let me know.