That's odd. I'm using the same id for the same bean, which is Serializable (I changed the non-serializable bindings - like CoreSelectOneRadio and such - to transient, in order to keep serializability). I'm not using <redirect/> as well and although I am defining the t namespace in every page, it still doesn't keep the state.
Any further ideas? I can post the code if you'd like. Thanks, Francisco Passos On 4/20/07, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
- Using a different id for the same bean on two different pages. - Not correctly implementing Serializable or Stateholder. - Navigating to a new page (or the same page without using null) and using <redirect/> in your navigation rule. - Using facelets and not defining the t namespace.

