On Fri, 2004-06-18 at 08:58, John L. Webber wrote:
> If I understand correctly what you're trying to do, here is how you can 
> do it in an XSP:
[..]
> <xsp:logic>
>     WebContinuation kont = (WebContinuation) 
> request.getAttribute(FlowHelper.CONTINUATION_OBJECT);
>         if(kont != null ){
>          String id = kont.getId();
>          //Do whatever you need to do with this ID.
>          }
> </xsp:logic>
[..]

Thanks, John! It is a good idea to use xsp. 

I got it so far, that my Link is created with the right Cont-id now. But
I also need a few other variables to create the link. In Flowscript it
was no problem to use them. But how do I use them out of my xsp-page? 

I could give them to the xsp-page, but when xsp is generated, they are
only visible as #{order/orderid} .. that doesn't help me much :(

How can I fix this?!

Thanks for helping

Freddy


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

Reply via email to