3 Replies Latest reply on Mar 4, 2009 8:33 PM by nbelaevski

    Prevent multi-threaded problems using datable sorting featur

    gerritka

      how can i easily prevent multi-threaded/concurrent request problems with sorting feature of rich:datatable?

      We have inputfields inside some columns and if i press the sorting button on two columns the form with same id's for the row elements (and input fields) inside each request will be processed. But during the processing of the second request, the backend datamodel was already changed by the first sorting event and is not compatible with the state on client side during request sending (unsorted datateble). so input values will be set to the wrong elements (wrong index).