How to get web resouces images defined in a CSS file?
Hello,
In an HTML dialog, if I use either of the following instructions for importing a style:
<h:outputStylesheet name="portlet/css/presential.css"/>
or
<link rel="stylesheet" href="#{resource['portlet/css/presential.css']}" type="text/css"/>
the CSS file is loaded (see line #1 below) with the request attribute "**?ln=xpertivy-14-WebContent**".
Unfortunately, it cannot find the images defined in the CSS (see 2 last lines).
Notice that the request attribute above is not appended to the image request.
![alt text][1]
This could be important because if I manually request the following URL:
**http://localhost:8082/ivy/faces/javax.faces.resource/portlet/images/clock24.png?ln=xpertivy-14-webContent****`http://localhost:8082/ivy/faces/javax.faces.resource/portlet/images/clock24.png?ln=xpertivy-14-webContent`**
I can successfully get the clock24.png image.
Is it actually a bug, or is there a particular way to do it?
Thanks.
[1]: /upfiles/2013-11-18_17_14_13-screenshot.png