Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.0.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:jsf2.0 ICEfaces2, ACE, compat
-
ICEsoft Forum Reference:
Description
fileEntry will not complete. No server log problems but javascript error on line 251 of fileEntry.js
where fileDiv.childNodes[1] is undefined.
where fileDiv.childNodes[1] is undefined.
-
Hide
- icefaces-all-webapp.zip
- 123 kB
- Judy Guglielmin
-
- icefaces-all-webapp/.svn/all-wcprops 0.3 kB
- icefaces-all-webapp/.svn/entries 0.4 kB
- icefaces-all-webapp/.../pom.xml.svn-base 0.0 kB
- icefaces-all-webapp/.../pom.xml.svn-base 4 kB
- icefaces-all-webapp/pom.xml 4 kB
- icefaces-all-webapp/src/.svn/all-wcprops 0.1 kB
- icefaces-all-webapp/src/.svn/entries 0.2 kB
- icefaces-all-webapp/src/.../.svn/all-wcprops 0.1 kB
- icefaces-all-webapp/src/.../.svn/entries 0.3 kB
- icefaces-all-webapp/src/.../.svn/all-wcprops 0.1 kB
- icefaces-all-webapp/src/.../.svn/entries 0.3 kB
- icefaces-all-webapp/src/.../.svn/all-wcprops 0.1 kB
- icefaces-all-webapp/src/.../.svn/entries 0.3 kB
- icefaces-all-webapp/src/.../.svn/all-wcprops 0.1 kB
- icefaces-all-webapp/src/.../.svn/entries 0.3 kB
- icefaces-all-webapp/src/.../.svn/all-wcprops 1 kB
- icefaces-all-webapp/src/.../.svn/entries 1 kB
- icefaces-all-webapp/.../Employee.java.svn-base 0.0 kB
- icefaces-all-webapp/.../EmployeeUserObject.java.svn-base 0.0 kB
- icefaces-all-webapp/.../FileData.java.svn-base 0.0 kB
- icefaces-all-webapp/.../FileEntryController.java.svn-base 0.0 kB
- icefaces-all-webapp/.../NodeUserObject.java.svn-base 0.0 kB
- icefaces-all-webapp/.../TabBean.java.svn-base 0.0 kB
- icefaces-all-webapp/.../TreeController.java.svn-base 0.0 kB
- icefaces-all-webapp/.../Employee.java.svn-base 2 kB
- icefaces-all-webapp/.../EmployeeUserObject.java.svn-base 1 kB
- icefaces-all-webapp/.../FileData.java.svn-base 3 kB
- icefaces-all-webapp/.../FileEntryController.java.svn-base 4 kB
- icefaces-all-webapp/.../NodeUserObject.java.svn-base 1 kB
- icefaces-all-webapp/.../TabBean.java.svn-base 4 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
When compat is included, prototype modifies built-in javascript objects. In this case, it added functions to Array. The fileEntry code was iterating over the DIV elements in an array, when it came across these functions, which caused exceptions, which terminated the file upload. Now we're iterating over the Array differently, so that the presence of the functions won't cause problems.
Subversion 23654
Show
Mark Collette
added a comment - When compat is included, prototype modifies built-in javascript objects. In this case, it added functions to Array. The fileEntry code was iterating over the DIV elements in an array, when it came across these functions, which caused exceptions, which terminated the file upload. Now we're iterating over the Array differently, so that the presence of the functions won't cause problems.
Subversion 23654
maven archetype example which exhibits this behaviour.....simply use >mvn package to build the application for tomcat deployment