Joost Kuif wrote: > I need to have the original uri where a browser started a > Cocoon-continuation when the browser is inside a continuation. > I need it inside a xsp(logic) part.
Fetch the url from the request object at the beginning of your flowscript and save it into a local variable. When you need it later on, pass it from the flowscript to the xsp, using the flow context, or a request attribute or parameter, or whatever other method is appropriate. Toby --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
