Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 1539 invoked from network); 31 Oct 2005 15:19:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Oct 2005 15:19:47 -0000 Received: (qmail 27561 invoked by uid 500); 31 Oct 2005 15:19:42 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 27172 invoked by uid 500); 31 Oct 2005 15:19:40 -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 27154 invoked by uid 99); 31 Oct 2005 15:19:40 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2005 07:19:39 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 03048635 for ; Mon, 31 Oct 2005 10:28:57 +0100 (CET) Message-ID: <639013842.1130750937009.JavaMail.jira@ajax.apache.org> Date: Mon, 31 Oct 2005 10:28:57 +0100 (CET) From: "Mathias Broekelmann (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Closed: (MYFACES-627) valueChangeListener not called for elements in HtmlDataTable In-Reply-To: <806618841.1127816029838.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/MYFACES-627?page=all ] Mathias Broekelmann closed MYFACES-627: --------------------------------------- Resolution: Won't Fix This can not be fixed by myfaces. file an issue for the sun ri. > valueChangeListener not called for elements in HtmlDataTable > ------------------------------------------------------------ > > Key: MYFACES-627 > URL: http://issues.apache.org/jira/browse/MYFACES-627 > Project: MyFaces > Type: Bug > Components: Tomahawk > Versions: 1.1.1 > Environment: JSF RI 1.1.01 > Reporter: Keith Lynch > Assignee: Mathias Broekelmann > Priority: Critical > Fix For: Nightly > Attachments: HtmlDataTableHack.patch > > The processValueChange method is never called in some cases and called only for the first element in the list for others. > If the value of the first row inside the inputText component is changed then the valueChangeListener is called. If the inputText component in any other row is changed the valueChangeListener is not called. > The valueChangeListener is never called for the selectBooleanCheckbox. > I have not tested with any other sub-components. > This is possibly an RI compatibility issue however I cannot test with the myfaces impl as I am using components which are not compatible with it. > x:dataTable value="#{ilrTestsMgr.details.currentPageContent}" > var="test" > rendered="true" > rowClasses="even-row,odd-row" > styleClass="bluelist" > width="100%"> > > > > > > > > > > > > > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira