Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#5
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ICEfaces
Description
These sample applications are using
<jsp:forward page="./dragdrop.iface" />
instead of
<jsp:forward page="dragdrop.iface" />
in index.html causing the JavaScript path to be incorrect.
<jsp:forward page="./dragdrop.iface" />
instead of
<jsp:forward page="dragdrop.iface" />
in index.html causing the JavaScript path to be incorrect.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14178 | Mon Jun 18 15:22:08 MDT 2007 | ted.goddard | changing jsp forward from ./page.iface to page.iface ( |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/samples/tutorial/dragdrop2/web/index.jsp
MODIFY /icefaces/trunk/icefaces/samples/tutorial/effects2/web/index.jsp MODIFY /icefaces/trunk/icefaces/samples/tutorial/effects1/web/index.jsp MODIFY /icefaces/trunk/icefaces/samples/tutorial/dragdrop1/web/index.jsp |
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.6 [ 10031 ] |
Ken Fyten
made changes -
Fix Version/s | 1.6DR#6 [ 10090 ] | |
Fix Version/s | 1.6 [ 10031 ] |
Ken Fyten
made changes -
Fix Version/s | 1.6 [ 10031 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
This fixes the bug; however, it's possible that the ./page.iface is valid and a path resolution bug in the framework should be fixed instead.