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

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #21460 Fri May 21 13:37:13 MDT 2010 judy.guglielmin ICE-5752 remove these are they are no longer necessary (using ResourceServlet of compat/core)
        Files Changed
        Commit graph DEL /icefaces/scratchpads/glimmer/compat/samples/component-showcase/web/xmlhttp
        Judy Guglielmin created issue -
        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
        Judy Guglielmin made changes -
        Field Original Value New Value
        Status Open [ 1 ] Resolved [ 5 ]
        Fix Version/s 2.0-Alpha3 [ 10032 ]
        Resolution Fixed [ 1 ]
        Assignee Judy Guglielmin [ judy.guglielmin ]
        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>
        Judy Guglielmin made changes -
        Salesforce Case []
        Ken Fyten made changes -
        Salesforce Case []
        Affects [Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration]
        Ken Fyten made changes -
        Issue Type Bug [ 1 ] Improvement [ 4 ]
        Ken Fyten made changes -
        Fix Version/s 2.0.0 [ 10230 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

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

            Dates

            • Created:
              Updated:
              Resolved: