[ https://issues.apache.org/jira/browse/ADFFACES-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adam Winer updated ADFFACES-382: -------------------------------- Resolution: Fixed Assignee: Adam Winer Status: Resolved (was: Patch Available) Fixed. > SortableModel.getRowKey() returns sortedIndex > --------------------------------------------- > > Key: ADFFACES-382 > URL: https://issues.apache.org/jira/browse/ADFFACES-382 > Project: MyFaces ADF-Faces > Issue Type: Bug > Environment: ALL > Reporter: John Fan > Assigned To: Adam Winer > Attachments: RowKeyFix.patch, RowKeyFixWithAutoBoxing.patch > > > In SortableModel class, getRowKey() returns sorted index of the current row. > For the same row object, different sorting can change its sorted index and > hence change its rowKey. > getRowKey() should return base index, because base index of a row object will > not be changed by sorting. If we change getRowKey(), we need to change > setRowKey() too. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.