• 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

JSF/Browser Caching Problem

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working on a JSF based project. I have a page which has a list of candidates profile links. you can click on each link to go into his/her profile and upload documents in that profile.

So the problem is I click a link and open up a candidate profile one page, and without closing the this page I open another candiate profile in second page. Now I close the second page and tried to upload a document in the first page but it ultimatley uploads into second profile (ie into second page which I already closed). but when I refresh the first page and upload, it correctly goes to the first page. Any idea as to why its happening. Is it a browser caching issue or a JSF problem? please suggest me a solution.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic