2 Replies Latest reply on Nov 16, 2009 9:58 AM by juangon

    Solution for strange problem with a4j:keepAlive and JSF Sun

    juangon

      Hi all!

      I had a problem with a4j:keepAlive and JSF 1.2 Sun RI. Some beans were not kept alive when STATE_SAVING_METHOD where in "server" mode (in client mode all worked ok).

      Finally I could solve it by setting this parameter:


      <context-param>
      <param-name>com.sun.faces.serializeServerState</param-name>
      <param-value>true</param-value>
      </context-param>

      Hope this could help somebody with this strange problem I found.

      Regards