Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 99764 invoked from network); 7 Dec 2006 10:46:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2006 10:46:47 -0000 Received: (qmail 98914 invoked by uid 500); 7 Dec 2006 10:46:54 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 97946 invoked by uid 500); 7 Dec 2006 10:46:51 -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 97935 invoked by uid 99); 7 Dec 2006 10:46:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 02:46:51 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of weber.volker@googlemail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 02:46:40 -0800 Received: by ug-out-1314.google.com with SMTP id j3so406081ugf for ; Thu, 07 Dec 2006 02:46:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D7RMWvKxK8NNohYY4fF057hJtKKCw+Tk9oz7vYqenYVA/8Hwlq2+3ZSgZ07gjQzq3M6v1czMEnVYU4ynl2KPAGyI2O1/3XNm4/fz53SjbzcPUW9W3RZ0v5So86fu4pI5dj2AMJ7h0kpezag26epjicY5rEkrtq2xgExb6zcaaCc= Received: by 10.78.157.8 with SMTP id f8mr1382173hue.1165488378043; Thu, 07 Dec 2006 02:46:18 -0800 (PST) Received: by 10.78.171.19 with HTTP; Thu, 7 Dec 2006 02:46:17 -0800 (PST) Message-ID: <9a64d7d10612070246n2d4a2351m6ed3250412431aae@mail.gmail.com> Date: Thu, 7 Dec 2006 11:46:17 +0100 From: "Volker Weber" To: "MyFaces Discussion" Subject: Re: input inside datatable & submit action In-Reply-To: <7735931.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7735931.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, sounds like a validation/conversion error with skipping of invokeApplication Phase. add a h:messages tag to the page to exclude or view this errors. Regards, Volker 2006/12/7, Pesia : > > Hi! > I have a problem with executing backing bean action on submit. > I have a form with dynamic number of fields (in dataTable), > and submit command link below table. Unfortunately action from > command ling is not fired :( (although it is when I remove dataTable and use > fixed inputs). > here is my code that doestnt work: > > > > > > > > value="Update table row"/> > > action action="#{table.update}" is not fired here. > But if I just use: > > > value="Update table row"/> > > then it works! > > table is a session bean with method "update" and currentRecord is a list of > column values. > Could sombody tell me what am I doing wrong here? > > Thanks in advance! > > -- > View this message in context: http://www.nabble.com/input-inside-datatable---submit-action-tf2773289.html#a7735931 > Sent from the MyFaces - Users mailing list archive at Nabble.com. > >