Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 97401 invoked from network); 21 Feb 2008 02:28:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2008 02:28:58 -0000 Received: (qmail 11160 invoked by uid 500); 21 Feb 2008 02:28:50 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 11136 invoked by uid 500); 21 Feb 2008 02:28:50 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 11125 invoked by uid 99); 21 Feb 2008 02:28:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 18:28:50 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrew.rw.robinson@gmail.com designates 72.14.204.235 as permitted sender) Received: from [72.14.204.235] (HELO qb-out-0506.google.com) (72.14.204.235) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2008 02:28:18 +0000 Received: by qb-out-0506.google.com with SMTP id e6so3151257qbe.2 for ; Wed, 20 Feb 2008 18:28:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=JSZ8mhVk/RRMhA4TR2bkQBs76I+u5uKMyChERi3A9Ag=; b=IK4qAmM5UhObOLUIi5yylSAKN6rhnFdtYLQHTxCGAjkbbtOOuUtPTHfvq5Uo0h/DYhmkmjb4ySEBd3KhRrnNSoXiSdb4eN+b5YmU+mNxeTYtkv8W65xhfGcd2qqB4RVvHZdXZ6ZYte+Bc9RjXMUlPv6Xh3WR8NRB6wRf4YaHsrA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TzzPsESxr5SWHCluJ9bnaZ1uakTFyBBCipXMoXpb7xWtI9tDKvSe5K9wb+G2sl8r66i0/GYbns3pwtsgD0Fn2OJPSjreEamD8OfKnRI7hgDuWCR48apD/L53IDPmHhIHXveeivt264T6iUeKhBsC0qqUrSwyrW2bT/eqoy3jsUU= Received: by 10.142.125.5 with SMTP id x5mr7129397wfc.191.1203560905690; Wed, 20 Feb 2008 18:28:25 -0800 (PST) Received: by 10.142.127.9 with HTTP; Wed, 20 Feb 2008 18:28:25 -0800 (PST) Message-ID: Date: Wed, 20 Feb 2008 19:28:25 -0700 From: "Andrew Robinson" To: "MyFaces Discussion" Subject: [Trinidad] client (all) view state issue MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org After upgrading from 1.0.5 to 1.2.6 I am having my PPR fail. I keep jetty expired view errors: Caused by: javax.faces.application.ViewExpiredException: viewId:/test.jsf - View /test.jsf could not be restored. at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:187) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) I have full client side state: org.apache.myfaces.trinidad.CLIENT_STATE_METHOD all org.apache.myfaces.trinidad.CACHE_VIEW_ROOT false org.apache.myfaces.trinidad.USE_APPLICATION_VIEW_CACHE false javax.faces.STATE_SAVING_METHOD client I am seeing the viewState being sent back in the AJAX request. I did a forum search and came up empty. Is there a problem with true client side state in 1.2.6? BTW - I am using client side state as I plan to host on a server that won't have a very large heap so I want to conserve memory. -Andrew