How to calculate/show the time elapsed since last query execution
Hello All,
I am using Jdeveloper Studio Edition Version 11.1.2.1.0, ADF BC, and ADF Faces Rich Client.
In my page I have a table and a button binded to execute action so that the user can re execute the query whenever he wants.
I need to show the time elapsed since the last query execution in minutes and reset this value each time the user clicks the button. This value should be updated automatically on the page as the time elapsed.
I don't want to use af:poll component since this will prevent session timeout.