Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 67958 invoked from network); 5 Jul 2006 19:45:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2006 19:45:49 -0000 Received: (qmail 60558 invoked by uid 500); 5 Jul 2006 19:45:49 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 60193 invoked by uid 500); 5 Jul 2006 19:45:48 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 60182 invoked by uid 99); 5 Jul 2006 19:45:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 12:45:47 -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 quoininc@gmail.com designates 66.249.82.203 as permitted sender) Received: from [66.249.82.203] (HELO wx-out-0102.google.com) (66.249.82.203) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 12:45:47 -0700 Received: by wx-out-0102.google.com with SMTP id h27so904636wxd for ; Wed, 05 Jul 2006 12:45:26 -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=iBYEj8PHse4UDGyskJitSZVQZ5ci85VMEplql0Sjz3FGgUUrVKwfjTTdC/ovhDvGUBMTC8JJhrywGu32RLYVgZZ3V7Lz9nH3pbfBqV5u859NFyHKAzJLEgZl7l9hlteVl/nNfY8WyrYqcpS5xKcUkqqVcX8zkJ6D3rim2i+Y7uI= Received: by 10.70.44.18 with SMTP id r18mr9622259wxr; Wed, 05 Jul 2006 12:45:26 -0700 (PDT) Received: by 10.70.53.1 with HTTP; Wed, 5 Jul 2006 12:45:26 -0700 (PDT) Message-ID: Date: Wed, 5 Jul 2006 15:45:26 -0400 From: "Quoin Developers" To: dev@cocoon.apache.org Subject: Re: [CForms] Load/Save model events never send? In-Reply-To: <44AA593E.7000009@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <447B0811.2090707@apache.org> <447BF632.309@thebug.it> <447BFAA8.3080307@apache.org> <447BFEEE.1060408@thebug.it> <447C1806.3060807@apache.org> <447C2E60.1010501@apache.org> <44AA593E.7000009@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Carsten, Thanks for the change. I'm glad to be able to use a loop in my flow again. A similar issue arises when trying to process form actions. Say for example, that I want to do a validation and save in an handler - I cannot. Why might I want to do this? I'm trying to stay in Ajax mode as much as possible for a fast and friendly user experience. I'd propose that a form be able to be run in lax mode, and not perform the various lifecycle checks - I keep tripping on them. That's why I was asking what we're trying to protect. If the cforms framework won't get into an invalid state, then users should be able to load/validate/save as necessary without doing a full page reload. Regards, Eric Meyer