Return-Path: X-Original-To: apmail-myfaces-dev-archive@www.apache.org Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1DB6A12BF for ; Tue, 26 Apr 2011 14:15:48 +0000 (UTC) Received: (qmail 80741 invoked by uid 500); 26 Apr 2011 14:15:46 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 80653 invoked by uid 500); 26 Apr 2011 14:15:46 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 80633 invoked by uid 99); 26 Apr 2011 14:15:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2011 14:15:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2011 14:15:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 353D8B42BE for ; Tue, 26 Apr 2011 14:15:04 +0000 (UTC) Date: Tue, 26 Apr 2011 14:15:04 +0000 (UTC) From: =?utf-8?Q?Martin_Ko=C4=8D=C3=AD_=28JIRA=29?= To: dev@myfaces.apache.org Message-ID: <391935872.2503.1303827304215.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <124464555.79692.1303732385717.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MYFACES-3115) jsf.js event handler source id might be missing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MYFACES-3115?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D13= 025240#comment-13025240 ]=20 Martin Ko=C4=8D=C3=AD commented on MYFACES-3115: -------------------------------------- Here are code snippets: sample.xhtml: project.js: jsf.ajax.addOnEvent( function (data) { =09var test =3D data.source.id; } ); with 2.0.6-snapshot:=20 Error: data.source is undefined Source: http://localhost:8080/project/faces/javax.faces.resource/project.js Line: 2 Works fine with 2.0.4 > jsf.js event handler source id might be missing > ----------------------------------------------- > > Key: MYFACES-3115 > URL: https://issues.apache.org/jira/browse/MYFACES-3115 > Project: MyFaces Core > Issue Type: Bug > Affects Versions: 2.0.5 > Reporter: Werner Punz > Priority: Minor > > Martin Koci reported about a missing context.source.id in the event handl= ing. I rather suspect this not being a bug since we had some name fallback = in 2.0.4 which was removed to due to being not entirely correct this needs = to be investigated. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira