Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 65312 invoked from network); 13 Jan 2008 02:39:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2008 02:39:56 -0000 Received: (qmail 60340 invoked by uid 500); 13 Jan 2008 02:39:44 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 60261 invoked by uid 500); 13 Jan 2008 02:39:44 -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 60250 invoked by uid 99); 13 Jan 2008 02:39:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 18:39:44 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jan 2008 02:39:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6B46D71425D for ; Sat, 12 Jan 2008 18:39:34 -0800 (PST) Message-ID: <13341783.1200191974437.JavaMail.jira@brutus> Date: Sat, 12 Jan 2008 18:39:34 -0800 (PST) From: =?utf-8?Q?J=C3=B6rg_Heinicke_=28JIRA=29?= To: dev@cocoon.apache.org Subject: [jira] Updated: (COCOON-2037) New DynamicGroup widget In-Reply-To: <10650650.1175693373118.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON-2037?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] J=C3=B6rg Heinicke updated COCOON-2037: ---------------------------------- Fix Version/s: (was: 2.1.11) 2.1.12-dev (Current SVN) > New DynamicGroup widget > ----------------------- > > Key: COCOON-2037 > URL: https://issues.apache.org/jira/browse/COCOON-2037 > Project: Cocoon > Issue Type: New Feature > Components: Blocks: Forms > Affects Versions: 2.1.11 > Reporter: Daniele Madama > Fix For: 2.1.12-dev (Current SVN) > > Attachments: dynamicgroup-patch-v2.txt, dynamicgroup_patch.txt > > > I created a new DynamicGroup widget, with it you can replace all the chil= dren of the group, so you can simply create a *dynamic form* without recrea= te the form each time. Usefull for a very huge form that need to show only = some widget at time. > This approach is a little different with the CForms standard because ever= y time that you replace the children of the dynamic-group you must do a bin= dLoad()/bindSave() if you need to preserve the data. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.