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!

Updating UI table after download

ChristianM0147Jul 21 2021

Hi all,
my JDeveloper Version is 12.2.1.4.0.
My use case is that i want to select some rows of a table, click a button, and provide a file with those selected rows to download but at that time i also want to update those selected rows in the database. I already achieved this but my problem is that the table in the ui doesnt get updated. Only when i click another row that was not selected in the first place the table gets refreshed and the values get updated.
After some research i found out that it is because http can only send 1 response. So it cant work that way. But is there no other way to achieve this?
Every help is appreciated.

This post has been answered by Timo Hahn on Jul 21 2021
Jump to Answer
Comments
Post Details
Added on Jul 21 2021
2 comments
210 views