From adffaces-user-return-2183-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Fri Feb 16 09:52:40 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 744 invoked from network); 16 Feb 2007 09:52:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2007 09:52:39 -0000 Received: (qmail 12527 invoked by uid 500); 16 Feb 2007 09:52:46 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 12506 invoked by uid 500); 16 Feb 2007 09:52:46 -0000 Mailing-List: contact adffaces-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-user@incubator.apache.org Delivered-To: mailing list adffaces-user@incubator.apache.org Received: (qmail 12497 invoked by uid 99); 16 Feb 2007 09:52:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Feb 2007 01:52:46 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of SmutjeJim@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 16 Feb 2007 01:52:36 -0800 Received: (qmail invoked by alias); 16 Feb 2007 09:52:14 -0000 X-Provags-ID: V01U2FsdGVkX1+sRtQdhResujbqWQxyhNCA+3ZbR73eKDJ36Kki0c z2BQ== Message-ID: <45D57EC9.7050204@gmx.net> Date: Fri, 16 Feb 2007 10:52:09 +0100 From: Christopher Cudennec User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: adffaces-user@incubator.apache.org Subject: Re: JS-Exception in Common11-m7.js References: <45D44511.5050500@gmx.net> <6dac79b90702151635k61e5ed6em82b0d64f70b4105d@mail.gmail.com> <6dac79b90702151636o1cf91f8ck53e1610d0f420c4f@mail.gmail.com> In-Reply-To: <6dac79b90702151636o1cf91f8ck53e1610d0f420c4f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org tempParams['extend'] seems to be a JS function (I used firebug for debugging). I haven't figured out how it got there but I don't get this error using IE. Anything you need for interpreting the error? Christopher Adam Winer schrieb: > Oops, I meant what is tempParams['extend']? Is > it a JS function? If so, how did it get into tempParams? > > -- Adam > > > On 2/15/07, Adam Winer wrote: >> What is tempParams['source'] here? A DOM node, etc.? >> >> -- Adam >> >> >> On 2/15/07, Christopher Cudennec wrote: >> > Hi... I'm getting closer to integrating trinidad :). >> > >> > My next problem (also already posted some weeks ago) is a JS error >> that >> > only occurs in Firefox. IE does not have any problems. I get this >> > exception after submitting the very first page of my app (login form): >> > >> > Fehler: uncaught exception: [Exception... "Node was not found" code: >> > "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: >> > "http://localhost:8080/op/adf/jsLibs/Common11-m7.js Line: 4106"] >> > >> > Debugging revealed that tempParams contains to values: "source" (the >> > login button) and "extend" (a function ?!). Trying to remove the >> second >> > value causes the exception. >> > >> > 4103 if(isDOM) >> > 4104 { >> > 4105 for(var paramName in tempParams) >> > 4106 form.removeChild(tempParams[paramName]); >> > 4107 } >> > 4108 } >> > >> > >> > Sounds familiar or any suggestions? >> > >> > Christopher >> > >> > >