On 05/07/06, Ard Schrijvers <[EMAIL PROTECTED]> wrote:
Why are you actually creating your own bkm? cocoon.sendPageAndWait already returns a continuation

As stated in the cocoon wiki, the reason is:

'createWebContinuation

Function [WebContinuation] createWebContinuation()

Creates a new "bookmark" WebContinuation object. When invoked it will cause the script to resume right after the call. By calling this function prior to sendPageAndWait() you can be create a "bookmark" which will cause the page to be redisplayed in the browser. Note: the WebContinuation associated with sendPageAndWait() doesn't do this. Rather it resumes execution after the the page is submitted.'

HTH

regards

Andrew

Reply via email to