4 Replies Latest reply on Jan 9, 2008 7:07 AM by ilya_shaikovsky

    Problem with table footer facet in RichFaces 3.1.3

      There seems to be a problem with elements in the footer facet of rich:dataTable after the table being reRendered.

      For example

      <rich:dataTable>
      <h:column>

      <f:facet name="footer">
      <h:inputText id="footerTotal" value="#{table.total}"/>
      </f:facet>
      </h:column>
      </rich:dataTable>

      In 3.1.2 after hitting a command button that reRenders the table I can still get at the input in the footer and update the values. With update to 3.1.3 this no longer works. It seems that there is a problem with the DOM tree.