Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 54196 invoked from network); 9 Jan 2006 10:28:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jan 2006 10:28:30 -0000 Received: (qmail 96566 invoked by uid 500); 9 Jan 2006 10:28:29 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 96507 invoked by uid 500); 9 Jan 2006 10:28:28 -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 96496 invoked by uid 99); 9 Jan 2006 10:28:28 -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, 09 Jan 2006 02:28:27 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 07D271B8 for ; Mon, 9 Jan 2006 11:28:07 +0100 (CET) Message-ID: <764231050.1136802487029.JavaMail.jira@ajax.apache.org> Date: Mon, 9 Jan 2006 11:28:07 +0100 (CET) From: "Bruno Aranda (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Commented: (MYFACES-853) commandLink not working inside dataList In-Reply-To: <799093758.1132587402774.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-853?page=comments#action_12362194 ] Bruno Aranda commented on MYFACES-853: -------------------------------------- Dennis, about the test framework can you make a proposal in the dev mailing list? Thanks! > commandLink not working inside dataList > --------------------------------------- > > Key: MYFACES-853 > URL: http://issues.apache.org/jira/browse/MYFACES-853 > Project: MyFaces > Type: Bug > Versions: 1.1.1 > Environment: WinXP,tomcat 5.5.9,myfaces-1.1.1,JDK 1.5 > Reporter: Alexander Traeder > Attachments: api.txt, tomahawk.txt > > in following code fragement the action-method "testService.listenOnSelect" is never called: > <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> > <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> > <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%> > > > > var="test" > value="#{testService.entries}" > rowCountVar="rowCount" > rowIndexVar="rowIndex" > layout="unorderedList"> > > > > > > after some testing i also tried the nightly build but with the same result > also tried the following (working in other scenarios): > > > > any ideas? -- 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