Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Row selection in adf table issue after commit or rollback

Vik Kumar-OracleDec 10 2012 — edited Dec 11 2012
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,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 8 2013
Added on Dec 10 2012
4 comments
1,675 views