Re: [Javaflow] - Recalling a contianuation throws a NPE

2004-04-06 Thread Antonio Gallardo
Hi: Stephan Michels dijo: Uhmm, yes, you know that you CP the uri of an POST request? So in this case all request parameters get lost, and you got a NullPointerException. Yes it can look weird the idea of CP this URI, but in the real life we can find similar cases. Suppose I need to send the

Re: [Javaflow] - Recalling a contianuation throws a NPE

2004-04-06 Thread Brian McCallister
I would highly suggest dropping in on #groovy on irc.codehaus.org for any assistance on the best way to plug it into Groovy, though I strongly suspect that a number of people there would jump on the chance to put continuations in the normal groovy distro -- and at least one of the people who

Re: [Javaflow] - Recalling a contianuation throws a NPE

2004-04-06 Thread Stephan Michels
Am Di, den 06.04.2004 schrieb Antonio Gallardo um 13:12: Hi: Stephan Michels dijo: Uhmm, yes, you know that you CP the uri of an POST request? So in this case all request parameters get lost, and you got a NullPointerException. Yes it can look weird the idea of CP this URI, but in the

[Javaflow] - Recalling a contianuation throws a NPE

2004-04-05 Thread Antonio Gallardo
Hi: I am back to work. While figuring out how to implement Groovy Flow Engine on the base of JavaFlow I meet the following error: 1-Go to calculator demo and give the value of a variable. 2-Send the page. 3-Copy the current URI. 4-Open a new browser window and paste the URI. 5-You got a NPE: