You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by je...@apache.org on 2005/04/08 20:21:54 UTC

svn commit: r160577 - cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/sitemap.xmap

Author: jeremy
Date: Fri Apr  8 11:21:54 2005
New Revision: 160577

URL: http://svn.apache.org/viewcvs?view=rev&rev=160577
Log:
did not mean to change the params for the form actions

Modified:
    cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/sitemap.xmap

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/sitemap.xmap
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/sitemap.xmap?view=diff&r1=160576&r2=160577
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/sitemap.xmap (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/sitemap.xmap Fri Apr  8 11:21:54 2005
@@ -102,13 +102,13 @@
            <!-- Here we use an action especially created for the "form1" example
            which will initialise the form with some data. -->
            <map:act type="init-form">
-             <map:parameter name="definitionURI" value="forms/form1.xml"/>
+             <map:parameter name="form-definition" value="forms/form1.xml"/>
              <map:parameter name="attribute-name" value="form1"/>
            </map:act>
          </map:when>
          <map:when test="POST">
            <map:act type="handle-form-submit">
-             <map:parameter name="definitionURI" value="forms/form1.xml"/>
+             <map:parameter name="form-definition" value="forms/form1.xml"/>
              <map:parameter name="attribute-name" value="form1"/>
              <map:parameter name="formhandler" value="org.apache.cocoon.forms.samples.Form1Handler"/>