0 Replies Latest reply on Jul 24, 2007 2:34 PM by richfacesuser

    rerendering rich datatabel loses header

    richfacesuser

      HI,

      I have a rich datatable on a page. On clicking on any row of this datatable submits a Ajax request and rerenders another datatable.
      This works fine except that the header of the second datatable (rerendered) is not displayed after the response.


      code looks like this

      <rich:datatable....
      <a4j:support event='onRowClick' reRender='ontab'/>
      ....
      .....
      </rich:datatable>


      <rich:datatable id="ontab" .......
      <f:facet name="header">
      <rich:columnGroup>
      <rich:column>....
      ..........
      ..
      </f:facet>
      <rich:columnGroup>
      <rich:column>
      ..........
      ..........
      <rich:columnGroup>
      <rich:datatable>