Leszek Gawron wrote:
On Sat, Apr 03, 2004 at 01:58:51PM -0800, Christopher Oliver wrote:
These ContinuationsManager API should _not_ be used in a flowscript. Use
the sitemap to invoke your continuation, please.
Is it possible to solve your problem by using a helper function to send
the page:
function sendPageAndWait(uri, biz, ttl) {
cocoon.response.setHeader( "Expires", "-1" );
cocoon.response.setHeader( "Cache-Control", "no-cache" );
cocoon.response.setHeader( "Pragma", "no-cache" );
return cocoon.sendPageAndWait(uri, biz, ttl);
}
This would not work as form.showForm() woudn't use this function ...
Intercepted flow is nicer idea though. Why is it still considered alpha?
lg
Intercpeted flow needs some more development. Currently it is a proof of
concept but not more. Don't know when I find more time to finish it.
--
Reinhard