You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by "SCHACHTER,MICHAEL (HP-NewJersey,ex2)" <ms...@hp.com> on 2001/05/12 21:35:12 UTC

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/util R equestUtils.java

Martin,

>You mean if I have an Action that is invoked via POST with a file upload, 
>and I try to forward from there using mapping.findForward("nextAction"), 
>where the forward has redirect="false, this will fail?

No, right after the ActionForward is returned and right before ActionServlet
processes
it, I convert the wrapped request back to the original one, to avoid the
problem
stated in Craigs earlier mails.