Two Laptop Bag
The moose likes JSF and the fly likes JSF/Browser Caching Problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF/Browser Caching Problem" Watch "JSF/Browser Caching Problem" New topic
Author

JSF/Browser Caching Problem

Indraneel
Greenhorn

Joined: Jan 23, 2008
Posts: 2
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSF/Browser Caching Problem
 
Similar Threads
Problem in opening multiple browser
Broswer back button not refreshing. JSF 1.1
Is there any newsletter for scjp?
Hyperlink And Caching
Passing attributes from servlet to jsp