Hi Suzan,

I have done something similar in the past, and it worked for me. I was
able to access the parameter in the flowscript using:
form = cocoon.parameters["form"];

Cheers,
Mark

> Can i write the following in a sitemap, and will it do what i expect?
>
> <map:match pattern="*/*.cont">
>     <map:call continuation="{2}">
>        <map:param name="form" value="{1}"/>
>     </map:call>
> </map:match>
>
> I basically want to stay in the flow whilst using multiple forms which
> return to a parent form after they have been submitted.
>
> Regards,
> Suzan Foster.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to