Struts Action Executing Twice - due to request.forward???
843841Aug 22 2007 — edited Mar 4 2008The code below is causing Firefox to execute the action class twice. But it does not happen in IE or Opera. Anyone???
request.getRequestDispatcher(newPath).forward(request, response);
Is this expected behavior with forwarding a request and IE and Opera is just ignoring it? If I do a response.redirect() then it exits the servlet correctly. I'd love some kind of explanation, cause I'm at a loss.
Thanks,
Brian Beech