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!

Deleting the Row from the table is not refreshing the contents in the form

727467Mar 24 2011 — edited Mar 25 2011
Hi,

We developed a table and form in the same UI based on the following suggestion.

1059826

1. Created one view object based on the employees table.
2. dragged the view object to the UI as table.
3. dragged the view object as form.
4. set partial triggers on the form's container (panelformlayout) as tableId.

Tested the application with the edit options and everything is working fine. But the problem comes when we delete the record from table. it is not refreshing the form based on the newly selected row after deleting the record. If we commit the data the form contents are updated to the selected row (which is not desired).

Can you please suggest how to fix the issue, refreshing the form with the selected row after deleting the records.

Thanks and Regards,

S R Prasad
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 22 2011
Added on Mar 24 2011
5 comments
222 views