Hi guys
I have a
jsp page which takes some parameters from the user when i submit the page i check for some errors and if there are no errors then forward it to another page
Now if i use the browsers back button to go 1 step back it gives me an error
"Data Missing !!!
This document resulted from a POST operation and has expired from the cache. If you wish you can repost the form data to recreate the document by pressing the reload button. "
Then if i again click on Back button of browser then it takes me to the previous page
Can anyone tell me why is it so
Is it bcoz of the Forward tag
And plz can anyone tell me a solution for this
Thanks
Sam