ICEfaces
  1. ICEfaces
  2. ICE-5752

compat-showcase should implement resource loading of compat for css themes

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Alpha3
    • Fix Version/s: 2.0-Alpha3, 2.0.0
    • Component/s: Sample Apps
    • Labels:
      None
    • Environment:
      jsf2.0, ICEfaces-2.0, compat
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration

      Description

      Currently compat-showcase has the themes in web/xmlhttp folder. They are also within the compat core in the resources/css folder.

      1) ensure that the contents of these 2 locations are the same (should they be updated to 1.8.2.EE?).
      2) see that they are loaded from the compat core so that all applications have access to them

        Activity

        Hide
        Judy Guglielmin added a comment -

        removed the local version of the css files (were an older copy of those that are within the compat/core folder).

        When compat-showcase is updated, must be careful to update these as well!! and mark them for whichever rev they are equivalent to in 1.8.x

        Show
        Judy Guglielmin added a comment - removed the local version of the css files (were an older copy of those that are within the compat/core folder). When compat-showcase is updated, must be careful to update these as well!! and mark them for whichever rev they are equivalent to in 1.8.x
        Hide
        Judy Guglielmin added a comment -

        Must ensure the following are included in web.xml of compat application:-

        <servlet>
        <servlet-name>Resource Servlet</servlet-name>
        <servlet-class>com.icesoft.faces.webapp.ResourceServlet</servlet-class>
        <load-on-startup>1</load-on-startup>
        </servlet>

        <servlet-mapping>
        <servlet-name>Resource Servlet</servlet-name>
        <url-pattern>/xmlhttp/*</url-pattern>
        </servlet-mapping>

        Show
        Judy Guglielmin added a comment - Must ensure the following are included in web.xml of compat application:- <servlet> <servlet-name>Resource Servlet</servlet-name> <servlet-class>com.icesoft.faces.webapp.ResourceServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>Resource Servlet</servlet-name> <url-pattern>/xmlhttp/*</url-pattern> </servlet-mapping>

          People

          • Assignee:
            Judy Guglielmin
            Reporter:
            Judy Guglielmin
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: