Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 52422 invoked from network); 29 Jul 2010 09:20:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jul 2010 09:20:15 -0000 Received: (qmail 66043 invoked by uid 500); 29 Jul 2010 09:20:15 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 65453 invoked by uid 500); 29 Jul 2010 09:20:11 -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 65441 invoked by uid 99); 29 Jul 2010 09:20:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 09:20:09 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [194.11.253.100] (HELO SPFDEFRA01.capgemini.com) (194.11.253.100) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 09:19:59 +0000 X-IronPort-AV: E=Sophos;i="4.55,279,1278280800"; d="scan'208,217";a="24227520" Received: from unknown (HELO mxisogfr1.fr.sogeti.com) ([10.226.3.130]) by IRDEFRA-C650-01-D2-incoming.capgemini.com with ESMTP; 29 Jul 2010 11:18:47 +0200 Received: from fr310106176 (unknown [83.145.122.242]) by mxisogfr1.fr.sogeti.com (Postfix) with ESMTP id C0F0F320004 for ; Thu, 29 Jul 2010 11:18:46 +0200 (CEST) From: "ABOUSSOROR El Arbi" To: "'MyFaces Discussion'" Subject: MyFaces 1.2 : attribute valueChangeListener Date: Thu, 29 Jul 2010 11:18:46 +0200 Message-ID: <002401cb2eff$0c66e840$05cae20a@so.fr.ad.sotranet.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0025_01CB2F0F.CFEFB840" X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acsu/wvmD0nNbcJQSRucV0H1oHLoGQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3664 X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_0025_01CB2F0F.CFEFB840 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I've seen in the MyFaces 1.2 that the EditableValueHolder.setValueChangeListener method is deprecated and we should now use addValueChangeListener(MethodExpressionValueChangeListener) instead. See: http://myfaces.apache.org/core12/myfaces-api/apidocs/index.html?javax/faces/ component/UIComponent.html So when I use the tag selectOneMenu with the attribute valueChangeListener the listener is added to the selectOneMenu component, wright ? But it seems that this is not the correct syntax :-( . ------=_NextPart_000_0025_01CB2F0F.CFEFB840--