Remove the highlighting of the selected row in the table
I have an ADF table. When I select a row that particular row is highlighted. When I go to a different page and come back I see that the row is still highlighted. How can I remove the highlighting (and not the row itself)? I can call a managed bean method but I need to know what attribute of the RichTable to set to remove that highlighting of the currently selected row?