From adffaces-user-return-2207-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Tue Feb 20 07:50:59 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 49839 invoked from network); 20 Feb 2007 07:50:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2007 07:50:59 -0000 Received: (qmail 22815 invoked by uid 500); 20 Feb 2007 07:51:07 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 22781 invoked by uid 500); 20 Feb 2007 07:51:07 -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 22772 invoked by uid 99); 20 Feb 2007 07:51:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 23:51:07 -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; Mon, 19 Feb 2007 23:50:56 -0800 Received: (qmail invoked by alias); 20 Feb 2007 07:50:34 -0000 X-Provags-ID: V01U2FsdGVkX19VbsoJMXxVyhO1Rc3ALD0sH+owCt9mMpyCo+/vJI rd8g== Message-ID: <45DAA850.10905@gmx.net> Date: Tue, 20 Feb 2007 08:50:40 +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> <45D57EC9.7050204@gmx.net> <6dac79b90702191527o65fccdfcj4fbe0a2bdf360a12@mail.gmail.com> In-Reply-To: <6dac79b90702191527o65fccdfcj4fbe0a2bdf360a12@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 Yes, a couple of. Do you think about a special one? Is there anything I can search for in these libraries? Although I stopped trying to use trinidad for the moment because I ran into too many problems, I'd definitely like to know where the problem is :) Christopher Adam Winer schrieb: > I'm just baffled trying to imagine how this got there. > > Are you running with any other JS libraries present? > > -- Adam > > > On 2/16/07, Christopher Cudennec wrote: >> >> 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 >> >> > >> >> >> > >> > >> >> > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.441 / Virus Database: 268.18.3/693 - Release Date: 19.02.2007 17:01 >