How to clear the HTTP POST parameters?
843838Jul 31 2005 — edited Aug 1 2005Hello,
I know this is something very common, but being new to J2EE, I don't know the answer yet.
Users submit a POST form.
Then they click Refresh.
How can I avoid the screen that asks for resending the data?
Is there a way to clear the HTTP POST parameteres with jsp?
Thanks a lot.