John L. Webber wrote:
FlowHelper.CONTINUATION_OBJECT was public static final in Cocoon 2.1.3; in Cocoon 2.1.6 it's now private static final. Was there a reason for this change? Are we just supposed to use the string "cocoon.flow.continuation" now, or are there plans to fix this? It doesn't seem very nice to change the access of a public constant between minor build numbers... ;-(

Don't know who did the change, but the Flowhelper has following method:

    public final static WebContinuation getWebContinuation(Map objectModel) {
        return (WebContinuation)objectModel.get(CONTINUATION_OBJECT);
    }

--
Reinhard

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to