AW: AW: AW: AW: AW: Continuations: Snapshot or Pointers?

2007-04-18 Thread Franziska Witzani
Thank you both, Jörg and Jason! :) > -Ursprüngliche Nachricht- > Von: Jason Johnston [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 18. April 2007 02:17 > An: users@cocoon.apache.org > Betreff: Re: AW: AW: AW: AW: Continuations: Snapshot or Pointers? > > Joerg Heinicke

Re: AW: AW: AW: AW: Continuations: Snapshot or Pointers?

2007-04-17 Thread Jason Johnston
Joerg Heinicke wrote: On 18.04.2007 00:21, Jason Johnston wrote: If the goal is to be able to traverse the actual Java objects, you can use form.getWidget() rather than form.getModel(). That returns the actual org.apache.cocoon.forms.formmodel.Form object rather than a ScriptableWidget wrapper

Re: AW: AW: AW: AW: Continuations: Snapshot or Pointers?

2007-04-17 Thread Joerg Heinicke
On 18.04.2007 00:21, Jason Johnston wrote: If the goal is to be able to traverse the actual Java objects, you can use form.getWidget() rather than form.getModel(). That returns the actual org.apache.cocoon.forms.formmodel.Form object rather than a ScriptableWidget wrapper. Why do you let me s

Re: AW: AW: AW: AW: Continuations: Snapshot or Pointers?

2007-04-17 Thread Jason Johnston
On Tue, 17 Apr 2007 22:23:42 +0200, Joerg Heinicke <[EMAIL PROTECTED]> wrote: > On 17.04.2007 16:28, Franziska Witzani wrote: > >> Invocation of getClassName returns an error. >> >> org.mozilla.javascript.EcmaError: TypeError: Cannot find function >> getClassName. >> (file:/D:/apache-tomcat-6.0.

Re: AW: AW: AW: AW: Continuations: Snapshot or Pointers?

2007-04-17 Thread Joerg Heinicke
On 17.04.2007 16:28, Franziska Witzani wrote: Invocation of getClassName returns an error. org.mozilla.javascript.EcmaError: TypeError: Cannot find function getClassName. (file:/D:/apache-tomcat-6.0.10/webapps/dibatest/exKo/flows/exKo.js#73) Either the loop is not executed if written like th

AW: AW: AW: AW: Continuations: Snapshot or Pointers?

2007-04-17 Thread Franziska Witzani
In fact, I already tried to change the String that is returned by getClassName of ScriptableWidget like this: public String getClassName() { return "_Widget"; } Of course I deleted the build-directory and rebuilt Cocoon afterwards. But toString() still returns the String "[object Wi