Found the solution in google: org.apache.myfaces.trinidad.CACHE_VIEW_ROOT has to be set to false.
Should there not be a huge warning in the logs when a page contains a t:saveState and CACHE_VIEW_ROOT is not set to false? 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. On 4/20/07, Francisco Passos <[EMAIL PROTECTED]> wrote: > What might cause t:saveState to not maintain the bean state from one request > to the next? >

