Return-Path: Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 31732 invoked by uid 500); 23 Aug 2003 02:36:09 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 31641 invoked by uid 500); 23 Aug 2003 02:36:07 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 31515 invoked from network); 23 Aug 2003 02:36:06 -0000 Received: from minotaur.apache.org (209.237.227.194) by daedalus.apache.org with SMTP; 23 Aug 2003 02:36:06 -0000 Received: (qmail 27963 invoked by uid 1672); 23 Aug 2003 01:35:58 -0000 Date: 23 Aug 2003 01:35:58 -0000 Message-ID: <20030823013558.27962.qmail@minotaur.apache.org> From: joerg@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/flow jxforms.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N joerg 2003/08/22 18:35:58 Modified: src/documentation/xdocs/howto/xmlform-wizard howto-xmlform-wizard.xml src/documentation/xdocs/developing/portal index.xml src/documentation/xdocs/userdocs/flow jxforms.xml Log: fixed incorrect links Revision Changes Path 1.5 +1 -1 cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard.xml Index: howto-xmlform-wizard.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- howto-xmlform-wizard.xml 14 Aug 2003 09:59:24 -0000 1.4 +++ howto-xmlform-wizard.xml 23 Aug 2003 01:35:58 -0000 1.5 @@ -16,7 +16,7 @@ This document is out of date. XMLForm is not supported anymore starting from the Cocoon 2.1 release. Alternatively, you can use JXForms, which is conceptually the + href="../../userdocs/flow/jxforms.html">JXForms, which is conceptually the same but offers a more robust implementation. Another emerging form framework is Woody. 1.7 +1 -1 cocoon-2.1/src/documentation/xdocs/developing/portal/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/developing/portal/index.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- index.xml 31 Jul 2003 03:20:07 -0000 1.6 +++ index.xml 23 Aug 2003 01:35:58 -0000 1.7 @@ -65,7 +65,7 @@
  • a content section containing the coplet windows
  • and a footer
  • -
    +

    The tab row is actually a part of the content section. As well, a tab row can be provided to any coplet window.

    1.11 +12 -7 cocoon-2.1/src/documentation/xdocs/userdocs/flow/jxforms.xml Index: jxforms.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/flow/jxforms.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- jxforms.xml 15 Aug 2003 18:38:36 -0000 1.10 +++ jxforms.xml 23 Aug 2003 01:35:58 -0000 1.11 @@ -9,12 +9,17 @@ -

    JXForms is a framework that uses Apache JXPath to support W3C XForms-based markup and automated server-side binding to - JavaBeans, - XML/DOM, - JDOM, - DynaBeans, and JavaScript objects. -

    +

    + JXForms is a framework that uses Apache + JXPath + to support W3C XForms-based + markup and automated server-side binding to + JavaBeans, + XML/DOM, + JDOM, + DynaBeans, + and JavaScript objects. +

    Overview

    @@ -389,7 +394,7 @@
  • class
  • -The required id attribute specifies the unique id of this submit element. This value is returned by the getSubmitId function when this element is used to submit a form. The optional continuation attribute provides support for automated back/forward navigation in multipage forms. A value of forward (the default) causes the form to be submitted normally. A value of back causes the previous page of the form to be displayed. +The required id attribute specifies the unique id of this submit element. This value is returned by the getSubmitId function when this element is used to submit a form. The optional continuation attribute provides support for automated back/forward navigation in multipage forms. A value of forward (the default) causes the form to be submitted normally. A value of back causes the previous page of the form to be displayed.