submit « Refresh « JSP-Servlet Q&A





1. How to avoid resubmit in jsp when refresh?    stackoverflow.com

I am writing a program, but i encounter a problem: when I refresh the jsp page, system will automatically resubmit the whole page, and i don't know how to avoid it, can someone ...

4. Refreshing parent JSP window on submitting child jsp window.    forums.oracle.com

Seems logical problem to me. Can you break Submit and Refresh+Close in 2 steps. May what you can do following - 1- From Parent open pop-up 2- In child (Pup up) on click of submit do submit operationa and send response to child window and the response should contain Script to Refresh Parent and close pop-up. Let me know if it ...