haul 02/05/01 03:30:25
Modified: src/documentation/xdocs/userdocs/concepts actions.xml
Log:
fix error in doc (request parameter instead of attribute)
Revision Changes Path
1.5 +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.5
diff -u -r1.4 -r1.5
--- actions.xml 3 Mar 2002 05:24:04 -0000 1.4
+++ actions.xml 1 May 2002 10:30:25 -0000 1.5
@@ -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]