Re: Flow without session, how?

2004-09-12 Thread Sylvain Wallez
Bertrand Delacretaz wrote: Le 11 sept. 04, à 20:00, Sylvain Wallez a écrit : ...Do you have any global variables in your flowscripts? FOM_JavaScriptInterpeter creates a session (if it doesn't already exist) whenever a variable is set in the global scope. Ok, I see - the problem is my lack of

Re: How to Implement a Javaflow Application properly

2004-09-12 Thread Stephan Michels
On Sat, 11 Sep 2004, Nikolaus Rath wrote: I suspect that Cocoon uses some sort of Serialization to implement Continuations and that the size and amount of referenced objects directly influences performance. The JavaFlow stores the Continuable objects in the session, so that the field have

Re: Javaflow and passed sitemap parameters

2004-09-12 Thread Stephan Michels
On Sat, 11 Sep 2004, Rolf Kulemann wrote: Hello, I just tried out the Javaflow block. I wonder how I can access the parameters passed from the sitemap within my flow methods. I had a look to o.a.c.c.f.j.JavaInterpreter.callFunction(String methodName, List params, Redirector redirector).

Bug report for Cocoon 2 [2004/09/12]

2004-09-12 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Javaflow and passed sitemap parameters

2004-09-12 Thread Rolf Kulemann
On Sun, 2004-09-12 at 12:10, Stephan Michels wrote: On Sat, 11 Sep 2004, Rolf Kulemann wrote: Hello, I just tried out the Javaflow block. I wonder how I can access the parameters passed from the sitemap within my flow methods. I had a look to

Re: Javaflow and passed sitemap parameters

2004-09-12 Thread Rolf Kulemann
On Sun, 2004-09-12 at 12:10, Stephan Michels wrote: On Sat, 11 Sep 2004, Rolf Kulemann wrote: Hello, I just tried out the Javaflow block. I wonder how I can access the parameters passed from the sitemap within my flow methods. I had a look to

Re: Flow without session, how?

2004-09-12 Thread Bertrand Delacretaz
Le 12 sept. 04, à 10:22, Sylvain Wallez a écrit : http://devedge.netscape.com/library/manuals/2000/javascript/1.5/ reference/stmt.html#1066604 Mucho thanks - I have added this to the FAQs at http://wiki.apache.org/cocoon/FAQs -Bertrand