Hi,
I have a page in an application, that I get to by using a button on a previous page. That button links to the page while passing along some values which I use as selection criteria on the second page.
On that second page I also have a clear button, that clears the selection criteria fields again so I can also query other keys.
But when the page gets reloaded (after a page submit for example), it again shows the initial values in those fields, the values that were passed along when first coming to the second page.
How can I avoid those values from showing again?
thanks
Ronny