Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.1
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
Under certain conditions, including when you don't have a progressListener, the inputFile will not do the final render, after the file has uploaded, allowing you to see your UI updates that reflect the completion of the upload.
It looks like something got missed in the many steps of changing the inputFile for 1.7.0 -> 1.7.1. There used to be a call to PersistentFacesState.renderLater() after the file uploaded. That was removed, because o Spring integration issues, and replaced with functionality forICE-2860. But ICE-2860 needed to be made conditional, for backwards compatibility, so ICE-3122 opened up this problem. Furthermore, for ICE-2275's aims to be realised, we need to fix this.
It looks like something got missed in the many steps of changing the inputFile for 1.7.0 -> 1.7.1. There used to be a call to PersistentFacesState.renderLater() after the file uploaded. That was removed, because o Spring integration issues, and replaced with functionality for
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17609 | Thu Sep 18 13:51:38 MDT 2008 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFile.java
MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/component/FileUploadComponent.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/http/core/UploadServer.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/xmlhttp/PersistentFacesState.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17608 | Thu Sep 18 13:46:37 MDT 2008 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/xmlhttp/PersistentFacesState.java
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFile.java MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/component/FileUploadComponent.java MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/UploadServer.java |