1 Dec 2003 01:24
Re: Are nested flowscripts possible?
Steinar Jonsson <sjonsson <at> online.no>
2003-12-01 00:24:58 GMT
2003-12-01 00:24:58 GMT
On Friday 28 November 2003 09:32, Marc Portier wrote:
> Steinar Jonsson wrote:
> > On Thursday 27 November 2003 23:53, Marc Portier wrote:
> >>Steinar Jonsson wrote:
> >>>A flowscript does a sendPageAndWait( request ), and the
> >>>request happens to start a second flowscript.
> >>>
> >>>When that second flowscript has completed its work,
> >>>how does it get back to where the first one left off?
> >>>
> >>>I can't see how to get hold of that continuation id.
> >>>Am I just being blind, or is this a bad idea altogether?
> >>
> >>yep, it's not how you use this stuff
> >>
> >>
> >>what I think you try to do is this:
> >>
> >>uri-1 --> calls function1
> >>function1() {
> >> // do-stuff
> >> sendPageAndWait(nextPage-uri);
> >>}
> >>
> >>on the produced page there is NOT a link with the continuation, but
> >>rather a link to some uri-2 --> calls function2
> >>
> >>function2() {
> >> //do other stuff.
> >>
(Continue reading)
>
> This is not only an IE problem. Try to validate that xml doc in an XML
> editor. This will simply fail, because the xml editor can't find the
> dtd to validate against :( (Of course, if you use sunBow, this problem
> is fixed there by using catalogs :) )
>
> So,
>
> > Another solution that came to my mind is pointing to a web URL like
> >
RSS Feed