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.
Issue Links
Activity
Brian Leathem
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Component/s | Facelet Components [ 10031 ] | |
Fix Version/s | 1.8.2.GA_P01 [ 10221 ] | |
Affects Version/s | 1.8.2.GA [ 10201 ] | |
Assignee | Ken Fyten [ ken.fyten ] | Brad Kroeger [ brad.kroeger ] |
Brad Kroeger
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Brad Kroeger
made changes -
Brad Kroeger
made changes -
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.