Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 68527 invoked from network); 18 Apr 2004 08:34:37 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Apr 2004 08:34:37 -0000 Received: (qmail 85328 invoked by uid 500); 18 Apr 2004 08:34:01 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 85270 invoked by uid 500); 18 Apr 2004 08:34:01 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 85178 invoked from network); 18 Apr 2004 08:34:00 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by daedalus.apache.org with SMTP; 18 Apr 2004 08:34:00 -0000 Received: (qmail 16619 invoked by uid 65534); 18 Apr 2004 08:34:11 -0000 Received: from Afdd8.a.pppool.de (EHLO gmx.de) (213.6.253.216) by mail.gmx.net (mp004) with SMTP; 18 Apr 2004 10:34:11 +0200 X-Authenticated: #3483660 Message-ID: <4081A262.6010603@gmx.de> Date: Sat, 17 Apr 2004 23:32:18 +0200 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: de-de, de, en-us, en-gb, en MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: CForms(woody) ad hibernate design advice needed References: <000401c420ff$bf0d84a0$6601a8c0@JOEL> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On 17.04.2004 22:13, Mark Lundquist wrote: > Here's what I'm unclear on, and maybe someone can help with this... > > Repeaters appear to use an event handler model for > insertions/deletions. Do these handlers operate on the model bean > itself, or on a shallow copy of the model bean? If they operate on the > model bean itself, that's bad, because nothing should touch the model > bean until you call form.save(). They operate on the form model. Have a look into repeater's save method. You will find the iterations for inserts, updates and deletes. Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org