[snip]
What I was thinking about is to do something like:
sendRedirect("http://host/myurl", beanDict);
And to have a generator or a transformer that, without creating a new continuation, could retrieve the bean data I associated with the continuation calling "sendRedirect", and allowing me to play around with the bean values I passed to sendRedirect.
Does this make any sense to any of you? Do you think it would be useful to some extent?
Oh yes, totally.
I had the same exact necessity yesterday.
+1 to add it.
Stefano.