1 Reply Latest reply on Jan 9, 2006 9:07 AM by mholzner

    Problem with StrategyInterceptor

    tcomtcom

      Hi,
      I created my own layout and when I'm testing it, it work fine but I have the following warning:
      WARN [StrategyInterceptor] No strategy name found,using 'default'

      So, where I can set the strategy interceptor?

      Thanks in advance

      Mark

        • 1. Re: Problem with StrategyInterceptor

          no need to change the interceptor. The interceptor is the one that detects that there was no strategy set. The strategy is set via a portal property, like:

          <deployments>
           <deployment>
           <parent-ref/>
           <if-exists>keep</if-exists>
           <portal>
           <portal-name>default</portal-name>
           <properties>
           <property>
           <name>layout.strategyId</name>
           <value>maximizedRegion</value>
           </property>
           ....
          


          see the examples in the default portal.