3 Replies Latest reply on May 7, 2008 9:21 AM by mhn

    new StateManager in 3.x

    chokdeedee

      Hello

      I'm using a4j since 2006.
      I tried to upgrade to 3.x but now I have a problem, cause you are overwriting the StateManager and so you replace our own StateManager we wrote. Is there a possible solution?

      Thanks
      Chokdeedee

        • 1. Re: new StateManager in 3.x
          mhn

          I am facing the same problem with richfaces.

          I defined a custom StateManager in faces-config:

          <state-manager>com.MyStateManagerMulti</state-manager>


          This is working well with afj1.1
          It is not working with richfaces 3.1.4 and 3.1.5.

          Is there a workaround?
          Should I open a JIRA ticket?

          • 2. Re: new StateManager in 3.x
            pschoepf

            We have the same (or similar) problem. We are using MyFaces 1.1.5 and were pretty happy with the possibility of using state compression since our states are REALLY big (lots of components..). The fact that rich faces does not allow to define an own state manager makes me nervous. Is there really no way to circumvent the rich faces statemanager or won't rich faces simply not work with another statemanager?

            Thanks for any hint,

            Philipp

            • 3. Re: new StateManager in 3.x
              mhn

              I created a JIRA ticket for this issue. See:
              http://jira.jboss.com/jira/browse/RF-3306
              It has been solved in 3.2.1 but I still need a solution/patch/workaround for 3.1.X