3 Replies Latest reply on Sep 23, 2010 11:48 AM by lvdberg

    rich:extendedDataTable does not update the change from DB

    tienlantri
      Hi,
      I have an extendedDataTable which is declared as following:

      <rich:extendedDataTable value="#{allValue}" var="each" selectionMode="single"
                                      id="tableValues" width="400px" height="500px"  >
      <rich:column width="70px">
      ...
      </rich:column>

      </rich:extendedDataTable>

      -----

      In Action, "allValue" is declared as DataModel.
      I make some changes in another page in which the data is related to the extendedDataTable as well. I go to the page which has extendedDataTable, I receive the old data.

      Does anyone has any experience on this?

      Thanks,
      TTT