Christopher Oliver wrote:
Leszek Gawron wrote:

cocoon.handleContinuation( wk.getContinuation() );
lg


Uh, it doesn't actually work properly in general, as you noticed (with page locals). Also Cocoon.handleContinuation() is an internal function that shouldn't be called except by Cocoon itself. You're also not passing correct arguments to it.

Hmmm:


public void handleContinuation(String kontId, Scriptable parameters)

If we only want it to be callable by Cocoon itself, why is it public? Does it need to be public for the Javascript stuff?

On a side note, I wonder how much stuff that should be private is actually public.


Tony


Reply via email to