4 Replies Latest reply on Feb 19, 2009 3:21 PM by nbelaevski

    Seam @DataModel and sortOrder

      I am noticing a problem with the rich:dataModel and the sortOrder attribute. Using Seam @DataModel and @DataModelSelection, if I attach the sortOrder to one of my dataModel columns and select one of the items from the dataTable, the element populated into @DataModelSelection is wrong. It appears the sorting is not carrying over to the Seam DataModel so the selected index is actually the element before sorting took place, making it different than what is rendered on the UI. Is this a known issue? Is there a work around?