Sorry for another 2.1.10 upgrade question.  I've been able to tackle most of
the cforms issues but this has me stuck.

The first time a session calls any continuation an exception occurs with an
NPE in
org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.jsGet_request.

After that continuations work fine.

Thanks for any help,
Gary


Here's the sitemap location:

<map:match pattern="continue">
 <map:call continuation="{request-param:continuation-id}"/>
</map:match>

Exception:

ERROR [http-8080-Processor25] sitemap.handled-errors 2007-01-23 16:13:14,562
- Sitemap: error calling continuation
        at <map:call> -
file:/C:/work/netvisn-server/webapps/netvisn/sitemap.xmap:1102:64
org.apache.cocoon.ProcessingException: Sitemap: error calling continuation
        at <map:call> -
file:/C:/work/netvisn-server/webapps/netvisn/sitemap.xmap:1102:64
        at
org.apache.cocoon.ProcessingException.throwLocated(ProcessingException.java:
113)
......
Caused by: org.mozilla.javascript.WrappedException: Wrapped
java.lang.NullPointerException
(resource://org/apache/cocoon/forms/flow/javascript/Form.js#206)
.......
Caused by: java.lang.NullPointerException
        at
org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.jsGet_request(FO
M_Cocoon.java:575)
        at sun.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:145)
        ... 52 more 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to