You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2005/04/25 04:26:48 UTC

svn commit: r164523 - /cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/userdocs/forms/templategenerator.xml /cocoon/branches/BRANCH_2_1_X/status.xml

Author: antonio
Date: Sun Apr 24 19:26:48 2005
New Revision: 164523

URL: http://svn.apache.org/viewcvs?rev=164523&view=rev
Log:
Fix docs. See bug #33100

Modified:
    cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/userdocs/forms/templategenerator.xml
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/userdocs/forms/templategenerator.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/userdocs/forms/templategenerator.xml?rev=164523&r1=164522&r2=164523&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/userdocs/forms/templategenerator.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/userdocs/forms/templategenerator.xml Sun Apr 24 19:26:48 2005
@@ -43,7 +43,7 @@
       <p>Simply remove the FormsTemplateTransformer from your publishing pipeline,
       and instead include the following jx statement into your template file:</p>
 
-      <source xml:space="preserve"><![CDATA[<jx:import uri="resource://org/apache/cocoon/forms/generation/template.jx"/>]]></source>
+      <source xml:space="preserve"><![CDATA[<jx:import uri="resource://org/apache/cocoon/forms/generation/jx-macros.xml"/>]]></source>
 
       <p>Note that these macros only work when calling the pipeline from flowscript.</p>
     </s1>

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=164523&r1=164522&r2=164523&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Sun Apr 24 19:26:48 2005
@@ -196,6 +196,9 @@
 
   <changes>
   <release version="@version@" date="@date@">
+    <action dev="AG" type="fix" fixes-bug="33100" due-to="Juan Jose Pablos" due-to-email="cheche@apache.org">
+      form(NOT_FOUND is not a function) error caused by wrong documentation.
+    </action>
     <action dev="AG" type="fix" fixes-bug="34591" due-to="Jorg Heymans" due-to-email="jh@domek.be">
       Fix ContextPathModule name in javadocs.
     </action>