From: Mariusz Sieraczkiewicz [mailto:[EMAIL PROTECTED] 

> I have
> 
> sendPage("another-flow-page", {a : a, b : b});
> 
> in one flowscript page and I want to call another flow page with 
> sendPage() function.

Never tried it this way ...
Why don't you call the function directly?

> How can I get passed object in the second flowscipt??

If you need it for some reason you can use a global variable which are
available within all Flowscripts of one sitemap (AFAIK). If you want to
pass objects between flowscripts of more than one sitemap you've to use
session attributes.

--
Reinhard


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

Reply via email to