From adffaces-user-return-2205-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Mon Feb 19 23:28:09 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 48355 invoked from network); 19 Feb 2007 23:28:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2007 23:28:08 -0000 Received: (qmail 54634 invoked by uid 500); 19 Feb 2007 23:28:16 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 54610 invoked by uid 500); 19 Feb 2007 23:28:16 -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 54601 invoked by uid 99); 19 Feb 2007 23:28:16 -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 15:28:16 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of awiner@gmail.com designates 64.233.166.177 as permitted sender) Received: from [64.233.166.177] (HELO py-out-1112.google.com) (64.233.166.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 15:28:06 -0800 Received: by py-out-1112.google.com with SMTP id p76so969597pyb for ; Mon, 19 Feb 2007 15:27:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=j+zAmh8uQQEmXWcS28ghQxLs35ZG6cvct2s9QdneRV68XaLZ7OcF/tT2j0V/PT1PeFMm5sVSHfy2vTst1RWugfLB1np6FQk7lmCru+Tns6hBnUIEm9lYNkoLGUIcQa04zYbILmt4nwjhbDgW7hWUiSg1kIpF5HN0m2oZ7sx3htk= Received: by 10.35.57.2 with SMTP id j2mr15123966pyk.1171927666074; Mon, 19 Feb 2007 15:27:46 -0800 (PST) Received: by 10.35.86.3 with HTTP; Mon, 19 Feb 2007 15:27:46 -0800 (PST) Message-ID: <6dac79b90702191527o65fccdfcj4fbe0a2bdf360a12@mail.gmail.com> Date: Mon, 19 Feb 2007 15:27:46 -0800 From: "Adam Winer" To: adffaces-user@incubator.apache.org Subject: Re: JS-Exception in Common11-m7.js In-Reply-To: <45D57EC9.7050204@gmx.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7464_17192595.1171927666035" References: <45D44511.5050500@gmx.net> <6dac79b90702151635k61e5ed6em82b0d64f70b4105d@mail.gmail.com> <6dac79b90702151636o1cf91f8ck53e1610d0f420c4f@mail.gmail.com> <45D57EC9.7050204@gmx.net> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7464_17192595.1171927666035 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 > >> > > >> > > > > > > ------=_Part_7464_17192595.1171927666035--