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

        Adrian Gygax created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Salesforce Case []
        Fix Version/s 2.0-Beta [ 10231 ]
        Assignee Mircea Toma [ mircea.toma ]
        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>
        Mircea Toma made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Invalid [ 6 ]
        Ken Fyten made changes -
        Fix Version/s 2.0.0 [ 10230 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

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

            Dates

            • Created:
              Updated:
              Resolved: