Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Struts Action Executing Twice - due to request.forward???

843841Aug 22 2007 — edited Mar 4 2008
The 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 1 2008
Added on Aug 22 2007
7 comments
395 views