Ok, I've found some more Information. 

 

If I select an Entry oft he suggestion list and use Tab to confirm, I
receive the described Error. If I use Enter all is ok.

 

Von: Michel Erard 
Gesendet: Freitag, 25. Januar 2008 11:18
An: [email protected]
Betreff: 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(FO
M_Cocoon.java:718)
 at
org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.jsFunction_s
endPage(FOM_Cocoon.java:264)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:155)

Reply via email to