1 2 Previous Next 16 Replies Latest reply on Jan 30, 2009 9:36 AM by nbelaevski

    [IE] Datatable's cell disappear on ajax reRender

    ronanker

      With RC 3.2.1 (and also 3.2.2b5), the following code has a very strange behavior on IE:

      <rich:dataTable value="#{testBean.listModel}" var="row">
       <rich:column id="value">
       <h:outputText value="#{row.value}" />
       </rich:column>
       <rich:column>
       <h:selectBooleanCheckbox id="check" value="#{row.value}">
       <a4j:support event="onclick" ajaxSingle="true" action="#{testBean.onClickUpdateValue}" reRender="value"/>
       </h:selectBooleanCheckbox>
       </rich:column>
      </rich:dataTable>


      the onClick event on one of the checkbox makes a javascript error occurs and the cell "value" disappears !!



        1 2 Previous Next