Return-Path: X-Original-To: apmail-myfaces-users-archive@www.apache.org Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E731297D8 for ; Thu, 8 Mar 2012 16:14:33 +0000 (UTC) Received: (qmail 26880 invoked by uid 500); 8 Mar 2012 16:14:33 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 26843 invoked by uid 500); 8 Mar 2012 16:14:33 -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 26832 invoked by uid 99); 8 Mar 2012 16:14:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 16:14:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 16:14:26 +0000 Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1S5fyf-0005Pm-Da for users@myfaces.apache.org; Thu, 08 Mar 2012 08:14:05 -0800 Message-ID: <33465970.post@talk.nabble.com> Date: Thu, 8 Mar 2012 08:14:05 -0800 (PST) From: jacobpan To: users@myfaces.apache.org Subject: Re: tomahawk t:saveState and HTTPSession In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jacob.elias@gmail.com References: <33465710.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org My JSF version 1.1 and I am running on Jdeveloper embedded OC4J 10.1.3 version. Exception pasted below. Caused by: java.lang.IllegalStateException at com.sun.faces.context.FacesContextImpl.assertNotReleased(FacesContextImpl.java:421) at com.sun.faces.context.FacesContextImpl.getExternalContext(FacesContextImpl.java:136) at ManagedBean.getSelectItemsVehicleSuppliers(ManagedBean.java:828) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sun.faces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:99) 2012-03-08 19:02:59,556 ERROR (com.sun.faces.lifecycle.ProcessValidationsPhase;103) javax.faces.el.EvaluationException: Error getting property 'selectItemsVehicleSuppliers' from bean of type ManagedBean: java.lang.IllegalStateException javax.faces.el.EvaluationException: javax.faces.el.EvaluationException: Error getting property 'selectItemsSuppliers' from bean of type ManagedBean: java.lang.IllegalStateException at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:190) at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143) at javax.faces.component.UISelectItems.getValue(UISelectItems.java:110) at javax.faces.component.SelectItemsIterator.next(SelectItemsIterator.java:116) -- View this message in context: http://old.nabble.com/tomahawk-t%3AsaveState-and-HTTPSession-tp33465710p33465970.html Sent from the MyFaces - Users mailing list archive at Nabble.com.