tony 2004/05/28 15:19:57
Modified: src/documentation/xdocs/userdocs/flow tutor.xml
Log:
continuation.id really *should* be cocoon.continuation.id
Revision Changes Path
1.13 +3 -3
cocoon-2.1/src/documentation/xdocs/userdocs/flow/tutor.xml
Index: tutor.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/flow/tutor.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- tutor.xml 27 May 2004 23:05:09 -0000 1.12
+++ tutor.xml 28 May 2004 22:19:57 -0000 1.13
@@ -129,7 +129,7 @@
<h1>Guess the Number Between 1 and 10</h1>
<h2>${hint}</h2>
<h3>You've guessed ${guesses} times.</h3>
- <form method="post" action="${continuation.id}.kont">
+ <form method="post" action="${cocoon.continuation.id}.kont">
<input type="text" name="guess"/>
<input type="submit"/>
</form>
@@ -261,10 +261,10 @@
player submits the guess:
</p>
<source><![CDATA[
-<form method="post" action="${continuation.id}.kont">
+<form method="post" action="${cocoon.continuation.id}.kont">
]]></source>
<p>
- Here, ${continuation.id} is resolved to a unique identifier which
points
+ Here, ${cocoon.continuation.id} is resolved to a unique identifier
which points
to the current continuation. One can think of this somewhat of a
session ID.
</p>
<p>