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.