RE: [vote] forbidding flowscripts with no sendpage redirects (was Re: Saving pipeline output to a temp file...)

2003-11-13 Thread Reinhard Poetz
From: Andrzej Jan Taramina Ugo suggested: map:match pattern=*/profile/edit map:call function=dumpData/ /map:match map:match pattern=view map:generate src=cocoon://generate/ map:transform src=homePage.xsl/ map:serialize/ /map:match function

Re: [vote] forbidding flowscripts with no sendpage redirects (was Re: Saving pipeline output to a temp file...)

2003-11-13 Thread Ugo Cei
Reinhard Poetz wrote: I don't like it that we blur the Flowscript concept to achieve things that can already be done today nearly in the same way some of you propose. In the long run I fear that nobody knows what the Cocoon Control flow is about and everybody talks about different things. I think

Re: [vote] forbidding flowscripts with no sendpage redirects (was Re: Saving pipeline output to a temp file...)

2003-11-13 Thread Stefano Mazzocchi
On 13 Nov 2003, at 00:20, Andrzej Jan Taramina wrote: Ugo suggested: map:match pattern=*/profile/edit map:call function=dumpData/ /map:match map:match pattern=view map:generate src=cocoon://generate/ map:transform src=homePage.xsl/ map:serialize/ /map:match function

RE: [vote] forbidding flowscripts with no sendpage redirects (was Re: Saving pipeline output to a temp file...)

2003-11-12 Thread Tim Olson
Tim Olson wrote: map:match action=*/profile/edit map:call function=dumpUserData/ map:call function=dumpOrderData/ map:call function=dumpNewsItems/ map:generate src=cocoon://generate/ map:transform src=homePage.xsl/ map:serialize/ /map:match map:match

Re: [vote] forbidding flowscripts with no sendpage redirects (was Re: Saving pipeline output to a temp file...)

2003-11-12 Thread Ugo Cei
Tim Olson wrote: map:match pattern=view map:generate src=cocoon://generate/ map:transform src=homePage.xsl/ map:serialize/ /map:match i thought the original intention was to make the flow clearer? now we have three blocks of code to follow instead of one... Well, almost, you can reuse

Re: [vote] forbidding flowscripts with no sendpage redirects (was Re: Saving pipeline output to a temp file...)

2003-11-12 Thread Andrzej Jan Taramina
Ugo suggested: map:match pattern=*/profile/edit map:call function=dumpData/ /map:match map:match pattern=view map:generate src=cocoon://generate/ map:transform src=homePage.xsl/ map:serialize/ /map:match function dumpData() { dumpUserData();

Re: [vote] forbidding flowscripts with no sendpage redirects (was Re: Saving pipeline output to a temp file...)

2003-11-11 Thread Bertrand Delacretaz
Do you want to enforce the fact that flowscript calls (either function or continuation) *must* redirect using sendPage, sendPageAndWait or redirectTo and that, should it not be the case, a ProcessingException be raised? [ ] no, let the sitemap execution continue after the map:call if there

Re: [vote] forbidding flowscripts with no sendpage redirects (was Re: Saving pipeline output to a temp file...)

2003-11-11 Thread Joerg Heinicke
On 10.11.2003 21:15, Sylvain Wallez wrote: Let's reformulate this into a proper vote. Do you want to enforce the fact that flowscript calls (either function or continuation) *must* redirect using sendPage, sendPageAndWait or redirectTo and that, should it not be the case, a ProcessingException

RE: [vote] forbidding flowscripts with no sendpage redirects (was Re: Saving pipeline output to a temp file...)

2003-11-11 Thread Unico Hommes
I am still learing to vote properly ;-) Sylvain Wallez wrote: Let's reformulate this into a proper vote. Do you want to enforce the fact that flowscript calls (either function or continuation) *must* redirect using sendPage, sendPageAndWait or redirectTo and that, should it not be the

Re: [vote] forbidding flowscripts with no sendpage redirects (was Re: Saving pipeline output to a temp file...)

2003-11-11 Thread Sylvain Wallez
Sylvain Wallez wrote: Let's reformulate this into a proper vote. Do you want to enforce the fact that flowscript calls (either function or continuation) *must* redirect using sendPage, sendPageAndWait or redirectTo and that, should it not be the case, a ProcessingException be raised? So

[vote] forbidding flowscripts with no sendpage redirects (was Re: Saving pipeline output to a temp file...)

2003-11-10 Thread Sylvain Wallez
Let's reformulate this into a proper vote. Do you want to enforce the fact that flowscript calls (either function or continuation) *must* redirect using sendPage, sendPageAndWait or redirectTo and that, should it not be the case, a ProcessingException be raised? [ ] no, let the sitemap

Re: [vote] forbidding flowscripts with no sendpage redirects (was Re: Saving pipeline output to a temp file...)

2003-11-10 Thread Sylvain Wallez
Sylvain Wallez wrote: Let's reformulate this into a proper vote. Do you want to enforce the fact that flowscript calls (either function or continuation) *must* redirect using sendPage, sendPageAndWait or redirectTo and that, should it not be the case, a ProcessingException be raised? [ ] no,

Re: [vote] forbidding flowscripts with no sendpage redirects (was Re: Saving pipeline output to a temp file...)

2003-11-10 Thread Ugo Cei
Sylvain Wallez wrote: Do you want to enforce the fact that flowscript calls (either function or continuation) *must* redirect using sendPage, sendPageAndWait or redirectTo and that, should it not be the case, a ProcessingException be raised? [ ] no, let the sitemap execution continue after

Re: [vote] forbidding flowscripts with no sendpage redirects (was Re: Saving pipeline output to a temp file...)

2003-11-10 Thread David Crossley
Sylvain Wallez wrote: Let's reformulate this into a proper vote. Do you want to enforce the fact that flowscript calls (either function or continuation) *must* redirect using sendPage, sendPageAndWait or redirectTo Unico added: or sendStatus! and that, should it not be the case, a