Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.7.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:a/synchronous mode
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
I recommend adding an attribute, to control when the form submissions may occur. It should be able to enumerate the following modes:
Never
- Form submissions would never occur
NotAsync
- Form submissions would not occur if the app was in asynchronous mode
Before
- Form submission would occur before the file upload
After
- Form submission would occur after the file upload, perhaps to process form fields along with the file
BeforeAndAfter
- Form submission would occur before and after the file upload, which is the current behaviour, to support synchronous mode
Issue Links
- depends on
-
ICE-2860 InputFile IFRAME render sync mode update javascript
- Closed
Activity
Mark Collette
created issue -
Mark Collette
made changes -
Field | Original Value | New Value |
---|---|---|
Affects | [Sample App./Tutorial] | |
Assignee | Mark Collette [ mark.collette ] |
Mark Collette
made changes -
Ken Fyten
made changes -
Fix Version/s | 1.7.1 [ 10122 ] | |
Affects | [Sample App./Tutorial] | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16911 | Mon Jun 16 22:59:06 MDT 2008 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFileRenderer.java
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFile.java MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-inputFile-props.xml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16912 | Mon Jun 16 23:00:12 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/component-metadata/src/main/resources/conf/ice_cust_properties/cust-inputFile-props.xml MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFileRenderer.java |
Mark Collette
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Affects Version/s | 1.7.1 [ 10122 ] | |
Assignee | Mark Collette [ mark.collette ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
We decided to implement the majority of the modes described, in the new String attribute submitOnUpload, in inputFile. They are called "none" (the default value), "preUpload", "postUpload", "preAndPostUpload".
TRUNK
Subversion 16911
icefaces\component-metadata\src\main\resources\conf\ice_cust_properties\cust-inputFile-props.xml
icefaces\component\src\com\icesoft\faces\component\inputfile\InputFile.java
icefaces\component\src\com\icesoft\faces\component\inputfile\InputFileRenderer.java
ICEfaces 1.7 branch
Subversion 16912
icefaces\component-metadata\src\main\resources\conf\ice_cust_properties\cust-inputFile-props.xml
icefaces\component\src\com\icesoft\faces\component\inputfile\InputFile.java
icefaces\component\src\com\icesoft\faces\component\inputfile\InputFileRenderer.java