[ http://issues.apache.org/jira/browse/TAPESTRY-816?page=comments#action_12427053 ] Andreas Andreou commented on TAPESTRY-816: ------------------------------------------
Actually, dependencies are listed at http://tapestry.apache.org/tapestry4/dependencies.html and they specifically advise using commons-io-1.1 and commons-fileupload-1.1. So, this issue may have been valid for Tapestry 4.0-rc2 and the versions of commons you used, but it is simply invalid now. > Upload component not calling listener > ------------------------------------- > > Key: TAPESTRY-816 > URL: http://issues.apache.org/jira/browse/TAPESTRY-816 > Project: Tapestry > Issue Type: Bug > Components: Framework > Affects Versions: 4.0 > Environment: Win XP, Eclipse 3.1.0, Java JDK 1.4.2_08, Tomcat 4.1, > Tapestry 4.0-rc2 > Reporter: Jason Suplizio > > A Form does not call its listener if it contains an Upload component. Remove > only the Upload component from the Form and the listener is always called. > Using the Upload component's generated "Browse" button to select a file, once > selected and a Form's submit input button is clicked, the listener is not > called and the page is redirected to the Home.html file. As suggested, > switching to commons-fileupload-1.0-rc1.jar did not fix the problem. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
