Thanks Jeremey,

But as always it is a little bit more complicated.
In the "form2-display-pipeline" I have a generator with a "setup" and
"generate" function. The "setup" saves the request from the ObjectModel for
using it in "generate".
If the continuation is a new request, why is "setup" not called by the
continuation? Only the "generate" function is called. So there is no way to
save the new request now (e.g to get the session) and my old request is
gone. May be this is a bug. May be I should cross-post this to the dev list.

regards Hugo

> -----Original Message-----
> From: Jeremy Quinn [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 03, 2003 6:58 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Scope of request attributes, Woody, and continuations
>
>
>
> On 3 Dec 2003, at 17:41, Hugo Burm wrote:
>
> > Hello,
> >
> > Is there a way to find my request attributes (not parameters) after a
> > continuation?
>
> I don't think so ... it is a different Request
>
> > Scenario:
> > - Set request attribute at the beginning of a Woody flowscript
> > - Woody calls new pipeline in showForm. Request attributes are still
> > there
> > in new pipeline (surprise!).
>
> No surprise .... it is the same Request .... you just called an
> internal pipeline, right?
>
> > - Woody calls a continuation (e.g. because I pressed "add contact" in
> > the
> > form2bean.flow example). Basically, the same page appears but my
> > request
> > attributes are gone now.
>
> Your last Request finished ... you got the page with the button on ....
> your client then made a new Request when you clicked it
>
>
> That's how I understand it anyway ;)
>
> HTH
>
> regards Jeremy


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

Reply via email to