1. Workaround for browser refresh/back button clicks? coderanch.comI have a jsp from where I do database add operation using HTML forms. The request goes to a servlet, ejb and comes back with attributes.. Depending on the attribute values, I display alerts in the jsp. I have the attribute checking and alert display code inside a page load function. So the problem is when the browser refresh or back ... |
2. Refreshing/Reloading JSPs when user hits Back button coderanch.com |