RE: struts sub-modules and file upload

2007-02-27 Thread Massimiliano Cuccia
GOT IT!! -- the problem was due to incompatibility between struts modules and common Oreilly servlet (cos). -- No problems using MultipartRequestHandler! -- bye --> Hi allI'm using struts 1.3.5 and I defined a struts sub module (a new struts-config-mymodule.xml), when I try to call an action of

struts sub-modules and file upload

2007-02-27 Thread Massimiliano Cuccia
Hi allI'm using struts 1.3.5 and I defined a struts sub module (a new struts-config-mymodule.xml), when I try to call an action of the mymodule module to upload a file I get "Corrupt form data: premature ending" . If I define the action inside the default module it works.There is a bug somewhere