Response has aready been committed
Firstly, the problem is not in the JSP or JS in your example1. The problem is in what your servlet does when it gets the “…/abcHandler.do?operation=view;” request. The problem is that you are trying to do stuff that would require a change to the HTTP response headers … after the headers have been sent. That … Read more