Search code examples
jsforacle-adf

Refresh data from oracle database on jsf page refresh in adf 12c


I am using jdeveloper 12c to build fusion web app with oracle 12c database. My project is running fine in browser and also can be accessible on other system's browser via static IP. When someone is accessing application in browser and enter some data in table, it saves in database but it doesn't reflects on my browser even after refreshing page until unless i rebuild my project. How can i get data without rebuilding my project (I want to fetch all updated data through page refresh). I don't want to create a method for this.


Solution

  • Only you need to add EXECUTE button from that specific table (of which you want to refresh data) operation in data control tab, and you can label it as REFRESH button.