3 Replies Latest reply on Apr 8, 2009 5:31 AM by iimirela

    New row in datatable

    iimirela

      Hello,

      I have a problem when adding new rows to the datatable, in the sense that the datascroller does not go to the last page. I used a binding to the datascroller, and when adding a new element to the collection and hence datatable, I do

      this.datascroller.setPage(UIDatascroller.LAST_FACET_NAME);
      


      but this only works the first time (first request). I set ignoreDupResponses to false.

      The scope of the bean is session.

      Thanks,
      Ioana.