| Author |
Data getiing Re-Submitted
|
Nicolas Flammel
Ranch Hand
Joined: May 05, 2004
Posts: 32
|
|
When I press F5 after submitting a form and coming to another JSP(and there is not error in form submission), the data of the form(already submitted) gets submitted again i.e. the previous form gets submitted over and over again although the current form on the screen must get refreshed. How can I prevent this? [ July 12, 2004: Message edited by: Nicolas Flammel ]
|
 |
Stan James
(instanceof Sidekick)
Ranch Hand
Joined: Jan 29, 2003
Posts: 8791
|
|
|
See if the Post-Redirect-Get pattern works for you.
|
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
|
 |
 |
|
|
subject: Data getiing Re-Submitted
|
|
|