1 Reply Latest reply on Feb 19, 2008 5:14 AM by ilya_shaikovsky

    LoadStyleStrategy problem

    cdupont

      Hi,

      I have set this context parameter :

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


      but styles is still loading :(

      Result:
      <p><span id="invitationsCounter">Vite ! Plus que <strong>9 898 invitations</strong> disponibles.</span>
       </p><link href="/portal/a4j_3_1_4.GAcss/panel.xcss/DATB/eAH7kfvGAgAHOwKK" type="text/css" rel="stylesheet" /><div class="dr-pnl rich-panel " id="j_id44">


      How disable all richfaces styles ?

        • 1. Re: LoadStyleStrategy problem
          ilya_shaikovsky

          it's load strategy. Not render :)

          You can't avoid our styles rendering.

          <param-name>org.richfaces.LoadStyleStrategy</param-name>

          has two values available:

          DEFAULt(separated stylesheets for the components will be loaded), ALL(stylesheets will be packed to one stylesheet)