I just created a jsp page with a <html:file> tag on it, setup the ActionForm
to accept the file, etc.  The Action class gets called, I do what I need to
do with the file and then return mapping.findForward("success").

The mapping is returning "/admin/index.jsp" which is correct.  In
struts-config, I have redirect="true" for the success forward.

When doing this on my devl machine, using Tomcat as my http and jsp server,
it works fine.

When doing this on our production system with IIS 5.0 as my http and Tomcat
3.2.1 as the jsp server, it fails.  The redirect is failing.  If I change it
to not redirect but forward, it works.  Or, if I take out the
enctype="multipart/form-data" from the posting page, the redirect works as
well.

Has anyone seen this?  Am I explaining it well enough?

--
Thanks,
Michael Binette

Reply via email to