My JSP page gets some values from a bean. On "Refresh", the values from the bean are not loaded, my page uses instead the previous values from the memory. Why the bean is not accessed on "Refresh?"
Please reply if posible,
Ady
-
Problem with "Refresh" (1 messages)
- Posted by: Adrian Muscalu
- Posted on: July 24 2000 09:57 EDT
Threaded Messages (1)
- Problem with "Refresh" by Floyd Marinescu on July 24 2000 12:53 EDT
-
Problem with "Refresh"[ Go to top ]
- Posted by: Floyd Marinescu
- Posted on: July 24 2000 12:53 EDT
- in response to Adrian Muscalu
Adrian,
We will need more details than this to help you. For example, where are you storing this bean? In your session? Are you storing it at all, or it just created when someone accesses the page?
When someone pressres refresh, the browser should go back to the server and re-request the page, so the problem sounds like it is on the server side of things. Are you using page expiry dates? Maybe that is where the problem lies.
Floyd