ICEfaces
  1. ICEfaces
  2. ICE-5189

Allow to use jsf-uncompressed.js instead of jsf.js

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Invalid
    • Affects Version/s: 2.0-Alpha1
    • Fix Version/s: 2.0-Beta1, 2.0.0
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      ICEfaces 2.0 SVN revision 19847

      Description

      org.icefaces.push.BridgeSetup automatically adds "jsf.js" as a resource to the page. However, for debugging purposes you may want to use "jsf-uncompressed.js" instead. BridgeSetup should should not add "jsf.js" if the page already includes "jsf-uncompressed.js" (i.e. using <h:outputScript name="jsf-uncompressed.js" library="javax.faces"/>
      )

        Activity

        Hide
        Mircea Toma added a comment -

        By changing the project stage to "Development" the JSF javascript code is served uncompressed.

        Setting project stage in web.xml:

        <context-param>
        <param-name>javax.faces.PROJECT_STAGE</param-name>
        <param-value>Development</param-value>
        </context-param>

        Show
        Mircea Toma added a comment - By changing the project stage to "Development" the JSF javascript code is served uncompressed. Setting project stage in web.xml: <context-param> <param-name>javax.faces.PROJECT_STAGE</param-name> <param-value>Development</param-value> </context-param>

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Adrian Gygax
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: