coliver 2003/07/20 20:48:13
Modified: src/blocks/petstore/samples sitemap.xmap Log: Updated sitemap for jxforms changes Revision Changes Path 1.3 +3 -4 cocoon-2.1/src/blocks/petstore/samples/sitemap.xmap Index: sitemap.xmap =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/petstore/samples/sitemap.xmap,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sitemap.xmap 19 Jul 2003 20:19:57 -0000 1.2 +++ sitemap.xmap 21 Jul 2003 03:48:13 -0000 1.3 @@ -68,8 +68,8 @@ </map:call> </map:match> <map:match pattern="petstore"> - <map:call function="jxForm"/> <!-- - Without parameters jxForm() handles continuations: + <map:call function="jxform"/> <!-- + Without parameters jxform() handles continuations: The pattern I'm matching here, "petstore", must match the value of the "action" attribute in the view's <xf:submit> element --> @@ -78,7 +78,7 @@ <map:call function="index"/> </map:match> <map:match pattern="editAccount.form"> - <map:call function="jxForm"> + <map:call function="jxform"> <map:parameter name="function" value="editAccountForm"/> <map:parameter name="id" value="petstore-edit-account"/> <!-- The value I supply here, "petstore-edit-account", must match @@ -86,7 +86,6 @@ --> <map:parameter name="validator-schema-ns"/> <!-- no validator --> <map:parameter name="validator-schema"/> <!-- no validator --> - <map:parameter name="scope" value="request"/> </map:call> </map:match>