Row selection in adf table issue after commit or rollback
Using jdev 11g (11.1.1.62)
I have a adf table with multi select enabled. There is a child table bounded at BC4J level via a VL
On the rowSelectionListener I attached a bean method. This bean method bascially finds the selected row from UI and then based on it query the child vo again and then finally refreshes the child table.
This works fine as expected.
However, what happens is when the Cancel button is called on UI which is bound to a rollback action in the AMImpl then the UI refreshes. And the master table still shows the previously selected row but the child VO shows the rows of the first master VO row rather the selected one.
How to fix this? Further as old row is already selected in the master table so reclicking on the same row does nothing,