• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Data Missing error

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ms. Sameera
I think problem is not with JSP or Forward tag.
I think problem may be with the META tag using in your html code..If you use 'content=no-cache' attribute in META tag 'DATA MISSING' message will come in Netscape browser..
If you remove that your problem will be solved..

If still there is a problem you can mail me your code to my mailID mvsraju76@yahoo.com.
U'rs friendly
Sreerama Raju
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic