| Author |
How to stop reloading of data.
|
sonu rai
Greenhorn
Joined: May 23, 2007
Posts: 22
|
|
hi All, I am Submiting an data in jsp Page and displaying it to another JSP page but the problem iam facing when i refresh the page data is again inserted. how it could be stoped.
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Search this, the servlets forum, and (if you don't get a good explanation) Google for the 'post, redirect, get' pattern. In a nutshell, this pattern insures that clicking the refresh button will never do anything more than read something.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
|
Perhaps this article will be helpful.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: How to stop reloading of data.
|
|
|