Jdev 11.1.1.6
In ADF application, we are implementing search functionality to find the member based on their Firstname , Lastname, SSN etc, So whenever user enters the SSN Number, FIrstname, Lastname based on the request the web service will return the members and and the results are displayed in the form of table. This functionality is working alright.
But, when I run the application in IE, after performing valid search with results and after clearing the given search criteria and results, and when I refresh the browser(F5), it will throw a pop-up asking for "to display the web page again, the web browser needs to resend the information that you have previously submitted" and when i click on Retry", and when I hit enter, it is returning the last searched person info even after clearing the search criteria and results. I am seeing this issue only when the pop-up appears while refreshing.
Is there any way we can disable the pop-up or any other solution to remove the cache on page refresh?