Simone,
I've created an issue in JIRA
http://issues.apache.org/jira/browse/COCOON-1819
Thanks!
Harlan
Simone Gianni wrote:
Hi Harlan,
AFAIK unfortunately there is no equivalent of createWebContinuation in
javaflow. I need it too and tried to add something similar but got no
much time to wor
Hi Harlan,
AFAIK unfortunately there is no equivalent of createWebContinuation in
javaflow. I need it too and tried to add something similar but got no
much time to work on it. Could you please file a bug on
http://issues.apache.org/jira/browse/COCOON about it? I will try to add
a method on Ab
Hello,
I would like to port my javascript flow to JavaFlow, however I can't
figure out how to create a bookmark from JavaFlow. In essense, I am
looking for the JavaFlow equivalent of
var bookmark = cocoon.createWebContinuation();
I have searched, and this thread is all I was able to find on t
Hello,
I'm currently looking at JavaFlow to replace the javascript flows in my
application. Most things seem to be working very well, however I can't find a
way to create a bookmark. In a javascript flow you would use:
var cont = cocoon.createWebContinuation();
However, the cocoon object is no