> From: Sylvain Wallez [mailto:[EMAIL PROTECTED] 

> 
> Looks yummy, but without continuation support, a big piece is 
> missing. 
> Is there a blocking problem with that ?

After having some more thoughts about this I implemented two new events
for interceptions:

 - stopExecution()
 - continueExecution()

Those two interceptions are added if a function that is know for
creating continuations is called. Those functions are defined in
cocoon.xconf:

 <cont-creating-functions>
   <function>cocoon.sendPageAndWait()</function>
   <function>woody.send()</function>
 </cont-creating-functions>

So it is very easy to extend this list if you have some custom functions
that create continuations.

Reinhard

Reply via email to