John Small Berries wrote:
On Wed, 06 Oct 2004 18:35:21 +0200, Jorg Heymans <[EMAIL PROTECTED]> wrote:


John Small Berries wrote:

Just for reference, I'm trying to get the continuation id out of my
flowscript with
var contId = cocoon.continuation.id;
cocoon.sendPageAndWait("aPage", {"contId": contId});


Rethinking this, cocoon.sendPageAndWait("aPage", {"contId": contId}) creates a CONTEXT object called contId, not a request parameter. You can use the ContextInputModule to access context objects, i couldn't find an example sorry. Have a look at http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/webapps/session/components/ContextInputModule.html and post your findings.


HTH
Jorg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to