This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSF and the fly likes How to pass parameters if user clicks on the reload or refresh button on the browser Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "How to pass parameters if user clicks on the reload or refresh button on the browser" Watch "How to pass parameters if user clicks on the reload or refresh button on the browser" New topic
Author

How to pass parameters if user clicks on the reload or refresh button on the browser

Rajibul Alam
Greenhorn

Joined: Jul 01, 2009
Posts: 13
Hi

I am working on a web application that stores a value each time some user/client do some sort of search. And in the result page I display a look up number along with the result set. But if I click on the reload button the whole process starts again and it creates a new look up number and does all the search. I tried <t:saveState> to pass the value which works fine for the paging of the data table but doesn't work while I try to reload.

Can anyone please give me a hint or solution ..maybe an example code which would help me overcome this issue??

Regards

Rajib

 
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: How to pass parameters if user clicks on the reload or refresh button on the browser
 
Similar Threads
Logout servlet problem with back button
Problem with pop-up
session variable problem, please help
JTable & Data Base Access.
Refreshing/Reloading JSPs when user hits Back button