ICEfaces
  1. ICEfaces
  2. ICE-6155

Missing images included in rime.css

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Beta1
    • Fix Version/s: 2.0-Beta2, 2.0.0
    • 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

        Hide
        Ted Goddard added a comment -

        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.

        Show
        Ted Goddard added a comment - 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.
        Hide
        Ken Fyten added a comment -

        Fixed erroneous references to radio button classes and styles in linkbutton.css. This resolves these two:

        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.

        Svn revision # 22838.

        Show
        Ken Fyten added a comment - Fixed erroneous references to radio button classes and styles in linkbutton.css. This resolves these two: 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. Svn revision # 22838.
        Hide
        Ken Fyten added a comment -

        Fixed the remaining broken resource references and incorrect CSS sprite annotation entries.

        Revision # 22847.

        Show
        Ken Fyten added a comment - Fixed the remaining broken resource references and incorrect CSS sprite annotation entries. Revision # 22847.

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: