Hi, we have an old application written in Struts 1 and we started adding new features in Struts 2. In the old application we had a file upload form which was working fine.
After adding Struts 2, the form does not work anymore because the file field is not populated in the form anymore and it is always null. In the sever console we can see : org.apache.struts2.dispatcher.Dispatcher getSaveDir which does not show up if Struts 2 is removed. Is there any way to have both file uploads ( Struts 1 and 2 ) working in parallel ? And if yes how ? If not how can we disable the Struts 2 file upload ? Thanks -- View this message in context: http://www.nabble.com/Struts-1---Struts-2-file-upload-problem-tp16824755p16824755.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]