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.

Reply via email to