crafterm 2002/12/04 06:01:25 Modified: src/webapp/samples/flow/examples/calc calc.js Log: Fixed calc example, sendResult() method should be calling sendPage() as it's the final page displayed in the flow. Revision Changes Path 1.4 +1 -1 xml-cocoon2/src/webapp/samples/flow/examples/calc/calc.js Index: calc.js =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/flow/examples/calc/calc.js,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- calc.js 4 Dec 2002 11:25:40 -0000 1.3 +++ calc.js 4 Dec 2002 14:01:25 -0000 1.4 @@ -33,6 +33,6 @@ function sendResult(a, b, op, result) { - sendPageAndWait("displayResult.html", + sendPage("displayResult.html", { "a" : a, "b" : b, "operator" : op, "result" : result }); }
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]