Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 1124 invoked from network); 12 Jul 2010 12:04:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Jul 2010 12:04:20 -0000 Received: (qmail 47961 invoked by uid 500); 12 Jul 2010 12:04:19 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 47700 invoked by uid 500); 12 Jul 2010 12:04:17 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 47692 invoked by uid 99); 12 Jul 2010 12:04:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jul 2010 12:04:17 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of brunoaranda@gmail.com designates 74.125.82.181 as permitted sender) Received: from [74.125.82.181] (HELO mail-wy0-f181.google.com) (74.125.82.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jul 2010 12:04:08 +0000 Received: by wyb39 with SMTP id 39so3534850wyb.12 for ; Mon, 12 Jul 2010 05:02:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=WGyqBhXCeBFoapFYuASK2wtSvby8y35i0h/ihMFhez8=; b=YutJv6EWLBW1qfQiAQoDoYvWDooyEYun4dhfICH9m89P8Q/RfA+G0F7SjTods/0in2 awwNLXB/CmuaXRbFEi9AMzQO6U5CLkpbmVvFsc4EBx2qe7dmRBVyLFUfLQK8sJkuWW8f YJToUnC3IgjfBOykH1IsLaaWPmRSYExGs9vBU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=xF5xRW/O7CIQiTWuX5OaSq0ztG876br80KN0IKZh0agQQKdcZeEoyBzTer7bhuoJwX NL0Bwkb6sYPtra6QFaYf4s2J6fMBehrjR2Wv0mCHeXuxHF8pSJLZ+qonl/kPhi6r5Fx+ W+ER0rsDNkFeUM1Rku7MjfaLiqeaDNdnC7vxs= Received: by 10.216.177.199 with SMTP id d49mr8490246wem.103.1278936168428; Mon, 12 Jul 2010 05:02:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.15.196 with HTTP; Mon, 12 Jul 2010 05:02:28 -0700 (PDT) In-Reply-To: References: <4C3AE504.705@buett.at> From: Bruno Aranda Date: Mon, 12 Jul 2010 13:02:28 +0100 Message-ID: Subject: Re: ajax error in SelectOneMenu on change event To: MyFaces Discussion Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Uhm, just opened a new thread about the same bug. It is an uninitialized variable in the _AjaxUtils class. Cheers, Bruno On 12 July 2010 12:57, Werner Punz wrote: > Hi Markus this looks like a new bug to me, which I introduced with some > performance patches I did last week, can you file a bugrepot on this one,= I > will fix it today. It is vital to get this out before the 2.0.1 release. > > > Werner > > > Am 12.07.10 11:48, schrieb Marcus B=FCttner: >> >> Hi, >> >> a small example: >> >> >> > valueChangeListener=3D"#{myBean.menuValueChangedListener}"> >> >> >> >> >> >> >> >> >> Switching from no to yes works, but switching from yes to no causes the >> following error messages in browser (firefox) and no request is send to >> server: >> >> clientError-TypeError-MyFaces ERROR:Affected Class: >> myfaces._impl.xhrCore._AjaxUtils >> Affected Method: encodeSubmittableFields >> Error name: TypeError >> Error message: subBuf is undefined >> Error description: undefined >> Error number: undefined >> Error line number: 3380 >> - Note, this message is only sent, because project stage is development >> and no other error listeners are registered. >> >> The message in IE8: >> >> lientError-TypeError-MyFaces ERROR:Affected Class: >> myfaces._impl.xhrCore._AjaxUtils >> Affected Method: encodeSubmittableFields >> Error name: TypeError >> Error message: 'undefined' ist Null oder kein Object >> Error description: 'undefined' ist Null oder kein Object >> Error number: -2146823281 >> Error line number: undefined >> - Note, this message is only sent, because project stage is development >> and no other error listeners are registered. >> >> I tried to use boolean, String an enum Types for Value. But always the >> same error. >> >> Any ideas? >> >> Thx, >> regards Marcus >> > > >