Reinhard Poetz wrote:
> From: Marc Portier [mailto:[EMAIL PROTECTED]
>> Christopher Oliver wrote:
>>> You can release components after sendPage(). It doesn't block.
>>> 
>>> How about adding an additional function parameter to
>>> sendPageAndWait()?
>>> In the supplied function you can provide code that will
>> execute _after_
>>> the pipeline is executed:
>>> 
>>> var comp = cocoon.getComponent(id);
>>> ...
>>> cocoon.sendPageAndWait(uri, bizData, function() {
>>>    cocoon.releaseComponent(comp);
>>>    comp = null;
>>> });
  
>> +1, like it a lot.
> 
> +1 too!

+1

Guido

Reply via email to