Jumping in here, Scott: You say you tweaked the config files. Did you by any chance say "redirect=true" in struts-config.xml against the forward for "display"? That may be the problem that Martin is referring to maybe..?
Geeta > -----Original Message----- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Scott Nesbitt > Sent: Friday, April 30, 2004 9:41 AM > To: [EMAIL PROTECTED] > Subject: Re: fileUpload redirect problem > > > > At the end of this example code, it does this: > > //return a forward to display.jsp > return mapping.findForward("display"); > > This is where it fails in the explode version, and succeeds > in the war file. I > am probably introducing a bug when I do the minor tweaks (to > config files, not > java or jsp code) to integrate it into our setup, but the > problem is quite > elusive. I just do not understand why it is an illegal > redirect in one > situation and not the other. > > Thanks again, > > Scott > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
