Return-Path: Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 19345 invoked by uid 500); 12 Aug 2003 14:00:07 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@cocoon.apache.org Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 19322 invoked from network); 12 Aug 2003 14:00:06 -0000 Received: from dobit2.ugent.be (HELO dobit2.rug.ac.be) (157.193.42.8) by daedalus.apache.org with SMTP; 12 Aug 2003 14:00:06 -0000 Received: from allserv.UGent.be (allserv.ugent.be [157.193.40.42]) by dobit2.rug.ac.be (8.12.8/8.12.8) with ESMTP id h7CE06Mi008321 for ; Tue, 12 Aug 2003 16:00:06 +0200 (MEST) Received: from otsrv1.iic.rug.ac.be (otsrv1.iic.ugent.be [157.193.121.51]) by allserv.UGent.be (8.12.8/8.12.8) with ESMTP id h7CE06Sf009339 for ; Tue, 12 Aug 2003 16:00:06 +0200 (MEST) Received: from otsrv1.iic.rug.ac.be (localhost [127.0.0.1]) by otsrv1.iic.rug.ac.be (8.11.6/8.11.6) with ESMTP id h7CE06x19733 for ; Tue, 12 Aug 2003 16:00:06 +0200 Date: Tue, 12 Aug 2003 16:00:06 +0200 Message-Id: <200308121400.h7CE06x19733@otsrv1.iic.rug.ac.be> From: stevenn@outerthought.org To: docs@cocoon.apache.org Subject: [WIKI-UPDATE] GetTogetherAttending WoodyBinding WoodyReference Tue Aug 12 16:00:06 2003 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Page: http://wiki.cocoondev.org/Wiki.jsp?page=GetTogetherAttending , version: 15 on Tue Aug 12 13:41:02 2003 by 217.112.237.100 + * [Sylvain Wallez|SylvainWallez] (Toulouse, France) Page: http://wiki.cocoondev.org/Wiki.jsp?page=WoodyBinding , version: 8 on Tue Aug 12 13:05:11 2003 by BrunoDumon - * wb:field elements ? ^^ -- + * wb:value elements ? ^^^^ - The wb:aggregate binding allows to bind the values of the individual field widgets out of which an aggregatefield widget consists. The bindings for these field widgets are specified by the wb:field child elements. ? ^^ -- + The wb:aggregate binding allows to bind the values of the individual field widgets out of which an aggregatefield widget consists. The bindings for these field widgets are specified by the wb:value child elements. ? ^^^^ Page: http://wiki.cocoondev.org/Wiki.jsp?page=WoodyReference , version: 6 on Tue Aug 12 13:19:29 2003 by BrunoDumon + + !output widget + An output widget is similar to a field widget, but its value is not editable. The value of an output widget must be set programmatically (or through [binding|WoodyBinding]). An output widget does not read its value from the request, so is most useful in the case where the form is stored accross requests (e.g. as part of a flowscript or flow-apple). An output widget does not perform any validation, it is always considered to be valid. + + {{{ + + ... + + [...] + + + }}}