Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Beta1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces ace-showcase sample app. (ossrepo/icefaces2/trunk/icefaces/ace/samples/showcase).
Description
The following warning is found in the server console log:
22-Oct-2010 1:09:23 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/rime/css/radio.gif.
22-Oct-2010 1:09:23 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/rime/css/radio_selected.gif.
22-Oct-2010 1:09:23 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/rime/css/rail-x.png.
22-Oct-2010 1:09:23 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/rime/css/rail-y.png.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Ken Fyten [ ken.fyten ] |
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta2 [ 10242 ] | |
Assignee Priority | P1 | |
Assignee | Ken Fyten [ ken.fyten ] | Arturo Zambrano [ artzambrano ] |
Environment | ICEfaces ACE | ICEfaces ace-showcase sample app. (ossrepo/icefaces2/trunk/icefaces/ace/samples/showcase). |
Salesforce Case | [] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #22838 | Mon Oct 25 11:56:56 MDT 2010 | ken.fyten | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #22847 | Mon Oct 25 14:11:02 MDT 2010 | ken.fyten | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee Priority | P1 | |
Resolution | Fixed [ 1 ] |
Fix Version/s | 2.0.0 [ 10230 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
This is due to rime.css containing (for example)
background-image: url( #
{resource['org.icefaces.component.sprites/rime/css/radio.gif']}); /** sprite-ref: sprite; */
When the CSS file is served by JSF, the #
{resource}expression is evaluated on the missing resource.