Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC2
-
Fix Version/s: EE-3.0.0.BETA, 3.0.1
-
Component/s: Sample Apps
-
Labels:None
-
Environment:http://server.ice:8888/svn/ossrepo/icefaces3/trunk/icefaces/tutorials/file-callback-tutorial
Firefox 3.6 / Chrome 16 / IE9
-
Affects:Sample App./Tutorial
Description
This tutorial appears to do nothing in it's current state. There's an ace:fileEntry to upload a file and then a button "Get MD5 Checksum". After selecting a file and clicking the button nothing happens. In IE9 there are multiple JS errors when loading the tutorial:
Message: 'jQuery' is undefined
Line: 1
Char: 2
Code: 0
URI: http://localhost:8080/file-callback-tutorial/javax.faces.resource/util/ace-components.js.jsf?ln=icefaces.ace
Message: Unable to get value of the property 'fileentry': object is null or undefined
Line: 36
Char: 1
Code: 0
URI: http://localhost:8080/file-callback-tutorial/main.jsf
Message: 'jQuery' is undefined
Line: 1
Char: 2
Code: 0
URI: http://localhost:8080/file-callback-tutorial/javax.faces.resource/util/ace-components.js.jsf?ln=icefaces.ace
Message: Unable to get value of the property 'fileentry': object is null or undefined
Line: 36
Char: 1
Code: 0
URI: http://localhost:8080/file-callback-tutorial/main.jsf
It is not known when this tutorial ceased to function as it was just added to automated testing.