Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 40102 invoked from network); 16 Mar 2004 17:37:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Mar 2004 17:37:23 -0000 Received: (qmail 96655 invoked by uid 500); 16 Mar 2004 17:37:12 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 96528 invoked by uid 500); 16 Mar 2004 17:37:12 -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 96504 invoked from network); 16 Mar 2004 17:37:11 -0000 Received: from unknown (HELO keow.org) (69.41.247.100) by daedalus.apache.org with SMTP; 16 Mar 2004 17:37:11 -0000 Received: (qmail 3813 invoked by uid 1000); 16 Mar 2004 17:42:25 -0000 Date: Tue, 16 Mar 2004 17:42:25 +0000 From: Tim Larson To: dev@cocoon.apache.org Subject: v2 forms flowscript example Message-ID: <20040316174225.GQ970@keow.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i 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 In: cocoon-2.1/src/blocks/forms/samples/v2/forms_flow_example.js Should this: // 'wid' is a javascript wrapper of the Cocoon Form widget. // // Its subwidgets can be accessed by id. be changed to this: // 'wid' is a javascript wrapper of the Cocoon Form widget. // // The javascript wrappers of its subwidgets can be accessed by id. to be accurate? --Tim Larson