Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2.GA
-
Fix Version/s: 1.8.2.GA_P01
-
Component/s: Facelet Components
-
Labels:None
-
Environment:RHEL 5.0, Glassfish V2.1.1
-
Workaround Description:Add additional servlet-mapping's for each additional path from which the tag is referenced.
Description
The <ice-cc:dragAndDropTreeTable> tag includes image references using a relative path. This is difference from the rest of the icefaces components that use a "absolute relative path", meaning one that starts with a "/". Since the xmlhttp servlet needs to be mapped, it is essential that links to these images start with a "/", when the referencing page is not in the root folder.
Revision #22111 - Change references to ICEfaces resources in xmlhttp directory to be preceded with ./ rather than / or nothing. This is an ICEfaces best practice.
Talked with the component team about this, they said the relative/absolute method of using just the / is less predictable in it's behavior.