1. How to avoid resubmit in jsp when refresh? stackoverflow.comI 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 ... |
2. How to refresh JSP on submitting another JSP coderanch.com |
3. Differentiate between refresh/submit actions in servlet coderanch.com |
4. Refreshing parent JSP window on submitting child jsp window. forums.oracle.comSeems 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 ... |