haul        02/05/01 03:31:36

  Modified:    src/documentation/xdocs/userdocs/concepts Tag:
                        cocoon_2_0_3_branch actions.xml
  Log:
  fix error in doc (request parameter instead of attribute)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.1   +2 -2      
xml-cocoon2/src/documentation/xdocs/userdocs/concepts/actions.xml
  
  Index: actions.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/concepts/actions.xml,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- actions.xml       3 Mar 2002 05:24:04 -0000       1.4
  +++ actions.xml       1 May 2002 10:31:36 -0000       1.4.2.1
  @@ -170,12 +170,12 @@
          <p>
           Using this approach, we will generate the file named "hello_world.xsp"
           because the value of the Sitemap parameter "{world}" is "hello".  Also,
  -        the file "hello_world.xsp" can use the request parameter "hello" to
  +        the file "hello_world.xsp" can use the request attribute "hello" to
           produce the value "world".
          </p>
          <source>
   <![CDATA[
  -<para>Hello <xsp-request:get-parameter name="hello"/>.</para>
  +<para>Hello <xsp-request:get-attribute name="hello"/>.</para>
   ]]>
          </source>
        </s3>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to