Hi!

I've got a problem with Continuation. To include an external site into
my page, I have to generate a Link to this external site (with a binary
on harddisk, thanks John, executing it is working now). This external
site opens in a popup with the returnlink encoded in the
request-parameters. 

I need to give the next continuation-id (generated by the next
cocoon.sendPage to this binaryprogram as a parameter and I read the
popup-link from stdout of this program. Then I need to include this link
in my page. 

The Problem is now that I have to now the next continuation-id. If I
don't know it I can not generate the link and I cannot include it in my
page. 

What I have so far is: 
        cocoon.makeWebContinuation(cocoon.continuation.continuation).id 

But this is not the id which is createt from the next cocoon.sendPage
and which seems to be the one I need.

I hope, someone understands my problem at all :) And thanks for your
help, guys! 

Freddy 


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

Reply via email to