Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 78173 invoked from network); 22 Nov 2004 17:33:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Nov 2004 17:33:58 -0000 Received: (qmail 66195 invoked by uid 500); 22 Nov 2004 17:33:52 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 66097 invoked by uid 500); 22 Nov 2004 17:33:51 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 66059 invoked by uid 99); 22 Nov 2004 17:33:51 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 22 Nov 2004 09:33:49 -0800 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CWI4O-0000V2-00 for ; Mon, 22 Nov 2004 18:33:44 +0100 Received: from 213.36.126.156 ([213.36.126.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Nov 2004 18:33:44 +0100 Received: from t.katelbach by 213.36.126.156 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Nov 2004 18:33:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: oceatoon Subject: Re: Multiple forms on one page Date: Mon, 22 Nov 2004 18:43:44 +0100 Organization: oceatoon Lines: 33 Message-ID: References: <41A1AFAB.5090802@upaya.co.uk> <41A1BB87.9090207@apache.org> <1101119094.6532.28.camel@yum.site> <41A1C192.7050604@apache.org> <1101120467.6532.32.camel@yum.site> <1101135457.6532.42.camel@yum.site> Reply-To: t.katelbach@systheo.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 213.36.126.156 Mail-Copies-To: t.katelbach@systheo.com User-Agent: KNode/0.8.0 Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Bruno Dumon wrote: > On Mon, 2004-11-22 at 15:32 +0100, oceatoon wrote: >> Are there any docs on this? > > Over here: > http://cocoon.apache.org/2.1/userdocs/forms/templatetransformer.html > Thx. >> or use cases ? > > I wouldn't know, I haven't ever had the need. Upayavira had one. ok > >> We have done a solution where we have one huge form model, and then the >> template is devide in multiple tabs ,It all works great but now we're >> trying to structure the validation system (freshly speaking) >> This MultiForms might be the solution to our problems :) > > Keep in mind that when there are multiple forms, there's always only one > form which gets submitted, so it's different from having one big form. yes this is clear to me, but I'm still not sure which case would be more efficient a Mono Huge Form (that I have now) or a Multiple Form in the aim of having them all simultaneously in the same xhtml page in a tab structure ?? Thanks for all inner and outer-thoughts ;) Regards Tibor