Return-Path: Delivered-To: apmail-tapestry-users-archive@www.apache.org Received: (qmail 13438 invoked from network); 3 Dec 2008 19:27:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Dec 2008 19:27:39 -0000 Received: (qmail 65132 invoked by uid 500); 3 Dec 2008 19:27:47 -0000 Delivered-To: apmail-tapestry-users-archive@tapestry.apache.org Received: (qmail 65119 invoked by uid 500); 3 Dec 2008 19:27:47 -0000 Mailing-List: contact users-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tapestry users" Delivered-To: mailing list users@tapestry.apache.org Received: (qmail 65108 invoked by uid 99); 3 Dec 2008 19:27:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2008 11:27:47 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2008 19:26:17 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1L7xNI-00035S-8j for users@tapestry.apache.org; Wed, 03 Dec 2008 11:27:04 -0800 Message-ID: <20819782.post@talk.nabble.com> Date: Wed, 3 Dec 2008 11:27:04 -0800 (PST) From: zack1403 To: users@tapestry.apache.org Subject: Re: [T5] Palette NPE In-Reply-To: <49341236.5020506@linagora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: zack.manning@gmail.com References: <20652729.post@talk.nabble.com> <20753832.post@talk.nabble.com> <49341236.5020506@linagora.com> X-Virus-Checked: Checked by ClamAV on apache.org Ive overridden both equals and hashCode (neither were overridden before) and have been waiting for the issue to reproduce. It is very intermittent and a simple f5 makes it go away which is frustrating. I also am trying using GenericSelectModel as the encoder and model which might make the issue go away. Ill follow up if that fixes it. Thanks! Zack Nicolas Charles wrote: > > I just had this issue; it was because the object overrided the "equals" > method, but not "hashCode", hence the selected object couldn't be found > in the selected set. > > Nick > > -- View this message in context: http://www.nabble.com/-T5--Palette-NPE-tp20652729p20819782.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org For additional commands, e-mail: users-help@tapestry.apache.org