button « Refresh « JSP-Servlet Q&A





1. Workaround for browser refresh/back button clicks?    coderanch.com

I 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 ...