Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 17038 invoked from network); 15 Sep 2006 14:04:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2006 14:04:58 -0000 Received: (qmail 64496 invoked by uid 500); 15 Sep 2006 14:04:54 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 64458 invoked by uid 500); 15 Sep 2006 14:04:53 -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 64447 invoked by uid 99); 15 Sep 2006 14:04:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Sep 2006 07:04:53 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mkienenb@gmail.com designates 64.233.162.207 as permitted sender) Received: from [64.233.162.207] (HELO nz-out-0102.google.com) (64.233.162.207) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Sep 2006 07:04:44 -0700 Received: by nz-out-0102.google.com with SMTP id n1so1377721nzf for ; Fri, 15 Sep 2006 07:04:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d/D8nLMH+4cWVHT4OZgHtvYtfEUmu8MY4oeQoTX8LB17LDcfXYu8JiVSHhNgRVSPe7bdjxxEZZWYYsISeiGq9G8m1GGDU3rirggDWcPOID/bF/M9suYYTbInyhQe78XMYW/ZCzlZV1tRBmjW5EFhrEwglwJqa6Pt+907WaTIqfw= Received: by 10.64.143.12 with SMTP id q12mr11799902qbd; Fri, 15 Sep 2006 07:04:17 -0700 (PDT) Received: by 10.65.253.9 with HTTP; Fri, 15 Sep 2006 07:04:17 -0700 (PDT) Message-ID: <8f985b960609150704je1abc71y74bbabc86bcecd39@mail.gmail.com> Date: Fri, 15 Sep 2006 10:04:17 -0400 From: "Mike Kienenberger" To: "MyFaces Discussion" Subject: Re: Reset of forms In-Reply-To: <450A5E04.6040506@oma.be> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45094C5B.2090808@oma.be> <8f985b960609141122y4a81a889td1f008ca6e240041@mail.gmail.com> <450A5E04.6040506@oma.be> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/15/06, David Delbecq wrote: > using immediate=true is not possible. I will explain further what i need > to achieve > 1) immediate = true does not update the backing bean, i need them to be > updated before action call David, this isn't relevent to the issue you want to solve. The only difference that using immediate=true will make is that it will not check for validation errors. w/true: navigate unconditionally and rebuild page from scratch w/false: rebuild page from scratch if no validation errors, otherwise, show old page again with errros.