Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 11337 invoked from network); 30 Jun 2005 19:59:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2005 19:59:26 -0000 Received: (qmail 87556 invoked by uid 500); 30 Jun 2005 19:59:22 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 87495 invoked by uid 500); 30 Jun 2005 19:59:22 -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 87482 invoked by uid 99); 30 Jun 2005 19:59:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2005 12:59:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of irv.salisbury@gmail.com designates 64.233.184.198 as permitted sender) Received: from [64.233.184.198] (HELO wproxy.gmail.com) (64.233.184.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2005 12:59:24 -0700 Received: by wproxy.gmail.com with SMTP id 69so156728wra for ; Thu, 30 Jun 2005 12:59:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Hkr84jVr4aHigpi95x/Y3XESYig1jsMjRJwLYqgdiX/oHCysv6MgB9R1fy6lAOuHh+z4IZX5PLNUdKgSVL2eeMRNOA7jVUgljboQdkmfDKiAIKhnGZIxL4p14ITT+4qWRVlYogb08BZ3/LSombLhbeA4Atja1EaHwxjxpnd/BDk= Received: by 10.54.40.58 with SMTP id n58mr614546wrn; Thu, 30 Jun 2005 12:59:20 -0700 (PDT) Received: by 10.54.24.65 with HTTP; Thu, 30 Jun 2005 12:59:20 -0700 (PDT) Message-ID: <8b8d97d205063012593c5921d2@mail.gmail.com> Date: Thu, 30 Jun 2005 15:59:20 -0400 From: Irv Salisbury Reply-To: Irv Salisbury To: dev@cocoon.apache.org Subject: form.restoreHook in JavaFlow Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am getting a lot further here in converting our javascript flow to JavaFlow, but have run into this. We use a restoreHook method on our Form to deal with repeaters. form.restoreHook =3D=20 function(theForm) {=20 cocoon.request.setAttribute( "dataObject", dataObject );=20 cocoon.request.setAttribute( "screenObject", screenObject );=20 }; I am having trouble finding anything resembling this in JavaFlow. Thanks, Irv