3 Replies Latest reply on Jun 25, 2006 1:59 AM by gavin.king

    Seam 1.0.1 GA - STATE_SAVING_METHOD Problem

    umarzubair

      Hi,

      My application was running perfectly using jboss-seam-1.0.0.CR3 with following property set in web.xml


      <context-param>
      <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
      <param-value>server</param-value>
      </context-param>

      Today I integrated my application with jboss-seam-1.0.1.GA. I could browse to my first page - login page. But I was unable to go to 2nd page by clicking submit button. Application was not responding, Method of Action class was not being called.

      After changing the value of javax.faces.STATE_SAVING_METHOD to client, application started working perfectly.

      Could i know what i am missing or it is a feature.

      Thanks,
      Umar