You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Michel Erard <mi...@corix.ch> on 2008/01/25 11:15:03 UTC

No Interpreter set in FOM_Cocoon

Hello, 
 
I'm using cocoon 2.2 and the suggestion list widget. For the ajax combo I turned off the autocompletion.
 
Now sometimes I have a NullPointerException in the class FOM_Cocoon in Method:
 
public void forwardTo(...)
 
in line 718 the method getInterpreter() returns null.
 
But not all the times :-(
 
When I turn on autoCompletion on the field is no Problem. But then the listeners linked with the field aren't properly called. So I tried without the completion.
 
Does anyone already have this Problem or knows a Solution?
 
Thanks Mike
 
Caused by: java.lang.NullPointerException
 at org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.forwardTo(FOM_Cocoon.java:718)
 at org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.jsFunction_sendPage(FOM_Cocoon.java:264)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:155)