Re: Groovy, Flow & Page Templates

2004-06-09 Thread Bertrand Delacretaz
Le 9 juin 04, à 16:49, Tony Collen a écrit : ...Perhaps it's time to see what a GroovyGenerator can do. Well, if you have some free time I'd say: go for it!!! -Bertrand

Re: Groovy, Flow & Page Templates

2004-06-09 Thread Tony Collen
Bertrand Delacretaz wrote: Le 8 juin 04, à 21:16, Tony Collen a écrit : ... ... sendPageAndWait("confirm_register.gsp", {"bizdata" : bizdata}); ... How would one go about getting: a) The bizdata object b) The continuation id I guess the question is "where does sendPageAndWait store bizda

Re: Groovy, Flow & Page Templates

2004-06-09 Thread Leszek Gawron
Bertrand Delacretaz wrote: Le 8 juin 04, Ã 21:16, Tony Collen a Ãcrit : ... ... sendPageAndWait("confirm_register.gsp", {"bizdata" : bizdata}); ... How would one go about getting: a) The bizdata object b) The continuation id I guess the question is "where does sendPageAndWait store bizda

Re: Groovy, Flow & Page Templates

2004-06-09 Thread Bertrand Delacretaz
Le 8 juin 04, à 21:16, Tony Collen a écrit : ... ... sendPageAndWait("confirm_register.gsp", {"bizdata" : bizdata}); ... How would one go about getting: a) The bizdata object b) The continuation id I guess the question is "where does sendPageAndWait store bizdata", but I don't know ;-)

Groovy, Flow & Page Templates

2004-06-08 Thread Tony Collen
Alright, with all the Groovy activity going on lately, I had a simple question, perhaps it is "too" obvious and I'm missing it. Given the following Pipeline and Flow: function main() { ... sendPageAndWait("confirm_register.gsp", {"bizdata" : bizdata}); ... } How would one go about g