tony 2004/05/27 17:17:44
Modified: src/blocks/tour/samples/flow/number-guess guess.xml
Log:
continuation.id => cocoon.continuation.id
Revision Changes Path
1.2 +1 -1
cocoon-2.1/src/blocks/tour/samples/flow/number-guess/guess.xml
Index: guess.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/tour/samples/flow/number-guess/guess.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- guess.xml 11 May 2004 06:52:30 -0000 1.1
+++ guess.xml 28 May 2004 00:17:44 -0000 1.2
@@ -29,7 +29,7 @@
<content>
<h2>${hint}</h2>
- <form method="post" action="${continuation.id}.continue">
+ <form method="post" action="${cocoon.continuation.id}.continue">
<input type="text" name="answer"/>
<input type="submit"/>
</form>