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:All
Description
The editable data table's paginator images don't show up if the page is a sub-context of the root directory. By default the image path is "./xmlhttp/css/xp/css-images/arrow-last.gif". This works when the page is on the root context.
For example the following URL works:
http://localhost:8084/Case9026Example/main.iface
The following does not:
http://localhost:8084/Case9026Example/content/main.iface
There is no way to change the path depending on where the page is in the app.
For example the following URL works:
http://localhost:8084/Case9026Example/main.iface
The following does not:
http://localhost:8084/Case9026Example/content/main.iface
There is no way to change the path depending on where the page is in the app.
Revision #22945 'Absolute Relative' references standard in ICEfaces component images. This means you precede image urls with a / ie: /xmlhttp/css/rime/css-images/tree_line_vertical.gif. This results in our servlet adding the context appropriately and images being accessible whether the source page is in the root of the web application or another folder nested in the root.
HTML <img> tags have been replaced with ice:graphicImage tags for consistency. The <img> tag urls were not processed by our servlet to add the appropriate context to the absolute relative url.