1 Reply Latest reply on Aug 9, 2009 5:17 PM by nbelaevski

    Issue with setting LoadScriptStrategy to ALL

      Hello,
      We are facing an issue when LoadScriptStrategy is set to ALL in web.xml. Custom JSF components developed using richfaces CDK cease to work when this is done. Javascript error is thrown in the browser. However setting it to DEFAULT solves the issue.

      The following parameters are set in web.xml

      <context-param>
       <param-name>org.richfaces.LoadScriptStrategy</param-name>
       <param-value>ALL</param-value>
      </context-param>
      
      <context-param>
       <param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name>
       <param-value>false</param-value>
      </context-param>
      


      What could be this because of?

      Thanks,
      Zafer