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});
> 
> That looks correct yes
> 
> But if your stylesheet has access to the request params and the
> continuation is passed as a hidden var (using the <ft:continuation-id />
> construct), can't you just access the var "continuation-id" then?

Just for some more information, I have three other params sent with my
flowscript.  In my stylesheet, they work when I try to set the form
action to their value.  However, even when I hardcode contId = "test"
in my flowscript, and then send it, it still does not properly get
substituted.  Why would three params work and one not if they're all
coming from the same place?

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

Reply via email to