Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 17418 invoked from network); 24 Jan 2007 13:41:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jan 2007 13:41:51 -0000 Received: (qmail 63926 invoked by uid 500); 24 Jan 2007 13:41:48 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 63825 invoked by uid 500); 24 Jan 2007 13:41:47 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 63778 invoked by uid 99); 24 Jan 2007 13:41:46 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of gary.larsen@envisn.com designates 216.57.116.8 as permitted sender) Received: from [216.57.116.8] (HELO mx3.pshift.com) (216.57.116.8) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jan 2007 05:41:43 -0800 Received: from JAVAGUY1 (unverified [24.177.38.136]) by mx3.pshift.com (Vircom SMTPRS 4.35.480.11) with ESMTP id for ; Wed, 24 Jan 2007 08:40:56 -0500 X-Modus-BlackList: 24.177.38.136=OK;gary.larsen@envisn.com=OK X-Modus-RBL: 24.177.38.136=OK X-Modus-Trusted: 24.177.38.136=NO From: "Gary Larsen" To: Subject: RE: First time continuation exception (2.1.10 upgrade) Date: Wed, 24 Jan 2007 08:45:28 -0500 Message-ID: <006201c73fbd$e93d0e50$4f01a8c0@envisnofc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <6bf0f2a584b0351975c322219805f78c@gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 thread-index: Acc/P7GwWqhJG2xNRcO6hcjkCwK8hAAfRyIg X-Virus-Checked: Checked by ClamAV on apache.org Thanks Mark, > Certainly the NPE results from the FOM_Cocoon object having a null > value for its currentCall instance variable. A few months ago I had to > add some AJAX features to a previously non-AJAX-using application built > on Cocoon 2.1.8, and I was getting a similar failure, but mine was in > jsGet_continuation(). I can't remember why currentCall was null in my > case, unfortunately I didn't document this incident and now I don't > recall the details... but I'm pretty sure I remember being certain that > this was normal and not caused by anything I was doing wrong. I made a > local fix in FOM_Cocoon to have jsGet_continuation() return null if > currentCall was null. Yep, this is a similar problem where currentCall is null. Bypassing the NPE doesn't work with sendForm() since it will then NPE on the form.save(). There must be something wrong with my configuration or component version somewhere. My geekhat's a bit loose but hopefully I can track it down :-) Gary --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org