Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Operating System: Windows XP
Platform: PC
Description
file upload resets state of other components in the form
-
Hide
- forum-3153.zip
- 96 kB
- Philip Breau
-
- forum-3153/.classpath 3 kB
- forum-3153/.project 0.4 kB
- forum-3153/build.properties 0.7 kB
- forum-3153/build.xml 6 kB
- forum-3153/src/com/.../.svn/all-wcprops 0.4 kB
- forum-3153/src/com/.../.svn/entries 0.4 kB
- forum-3153/src/com/.../.svn/format 0.0 kB
- forum-3153/.../InputFileBean.java.svn-base 5 kB
- forum-3153/src/.../InputFileBean.java 5 kB
- forum-3153/src/com/.../.svn/all-wcprops 0.7 kB
- forum-3153/src/com/.../.svn/entries 0.7 kB
- forum-3153/src/com/.../resources/.svn/format 0.0 kB
- forum-3153/.../messages.properties.svn-base 21 kB
- forum-3153/.../messages_en.properties.svn-base 19 kB
- forum-3153/.../messages_en_US.properties.svn-base 19 kB
- forum-3153/src/.../messages.properties 21 kB
- forum-3153/src/.../messages_en.properties 19 kB
- forum-3153/src/.../messages_en_US.properties 19 kB
- forum-3153/src/test/Bean.java 0.7 kB
- forum-3153/web/index.jsp 0.2 kB
- forum-3153/web/main.jspx 2 kB
- forum-3153/web/META-INF/MANIFEST.MF 0.0 kB
- forum-3153/web/WEB-INF/.../.svn/all-wcprops 0.4 kB
- forum-3153/web/WEB-INF/.../.svn/entries 0.4 kB
- forum-3153/web/WEB-INF/.../.svn/format 0.0 kB
- forum-3153/.../InputFileBean.java.svn-base 5 kB
- forum-3153/web/.../InputFileBean.class 3 kB
- forum-3153/web/WEB-INF/.../.svn/all-wcprops 0.7 kB
- forum-3153/web/WEB-INF/.../.svn/entries 0.7 kB
- forum-3153/web/WEB-INF/.../.svn/format 0.0 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
This bug is not valid any more with the new version of inputFile component. I have tested the new version of inputFile with other components and found that the sate of the other components remain intact.
I am working with 1.7 version of icefaces and I still see this bug. I have the <ice:inputFile /> component and a dataTable, which has one row for every file that is uploaded. Every row has the name of the file, an inputTextarea and inputText and other features. I can enter some arbitrary strings
in the inputTextare. When I upload a new file and create a new row whatever was in the dataTable that was not part of the class InputFile (such as the file name and file size), it gets reset to null.
I have tried to put the inputFile component in a separate form but it does not work.
I have used partialSubmit="true" on those files I want to preserve but this may lead to some other problems, as new files not showing in the dataTable
Could you please iemail me a solution to
evillalon@iq.harvard.edu
and
elena_villalon@hotmail.com
Cheers
Elena
Created an attachment (id=126)
test case