2 Replies Latest reply on Dec 27, 2007 11:03 AM by rolmovel

    ScrollableDataTable sample error

      Hi all,

      after reordering the datatable the detail of the items doesn´t match. It seems that the new order iisn´t synchronized between client and server.

      Is it possible to solve the problem?

      Thanks a lot,

      Rodrigo

        • 1. Re: ScrollableDataTable sample error
          ilya_shaikovsky

          Not sure that fully understand you.. may be provide sample if this opssible? Thanks!

          • 2. Re: ScrollableDataTable sample error

            Of course, try exadel sample application for scrollabledatatable. Just select the third item and push botton to view detail... It works, now, reorder the table so the item changes position in the list and try to view the detail of the third item again. You can realize that the item you see in detail is the first one and not the second one.

            Problem is that the selected propertie of the managedbean seam to save the position in the list but the list binded only change on client, not on server...