You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Jeff Schmitz <je...@mac.com> on 2007/06/08 22:10:10 UTC

[WEBSITE] 2.1/userdocs/flow/tutor.html

There is an error in the flowscript tutorial.
http://cocoon.apache.org/2.1/userdocs/flow/tutor.html


The game.js code shows the following call:

     cocoon.sendPageAndWait("guess.jxt", { "random" : random,  
"hint" : hint,
                                           "guesses" : guesses} );

I think it needs to specify guess.jx, not guess.jxt.


Jeff

Re: [WEBSITE] 2.1/userdocs/flow/tutor.html

Posted by hepabolu <he...@gmail.com>.
Jeff Schmitz said the following on 8/6/07 22:10:
> There is an error in the flowscript tutorial.  
> http://cocoon.apache.org/2.1/userdocs/flow/tutor.html
> 
> 
> The game.js code shows the following call:
> 
>     cocoon.sendPageAndWait("guess.jxt", { "random" : random, "hint" : hint,
>                                           "guesses" : guesses} );
> 
> I think it needs to specify guess.jx, not guess.jxt.

Fixed. Thanks for spotting this.

Bye, Helma