0 Replies Latest reply on May 10, 2010 8:38 AM by romyo0o

    Re: How can i Disable Richfaces styles and scripts loading in a specific page ?

    romyo0o

      Sorry for bieng late,

       

      i tried to disable loading styles with standard skinning

       

       

      <context-param>  
      
      <param-name>org.richfaces.LoadStyleStrategy</param-name>  
      
      
      <param-value>NONE</param-value>  
      
      
      </context-param> 
      
      
      

       

       

       

       

      then i tried to open it in specific pages using:

       

       

      <script type="text/javascript"> 
      window.RICH_FACES_EXTENDED_SKINNING_ON = true; 
       
      </script>
       
      

       

       

      but all styles of rich faces disappear and nothing happen by using this script. ?!