Sorry for another 2.1.11 upgrade question. I've been able to tackle most
of the issues, but this one 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.
It appears that a few users had this issue also when upgrading to
2.1.10, but the solution is not posted...:-(
Thanks for any help,
Paul
Here's the sitemap location:
<map:match pattern="*.continue">
<map:call continuation="{1}"/>
</map:match>
Here is the error:
Caused by: java.lang.NullPointerException
at
org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.jsGet_request(FOM_Cocoon.java:577)
at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:145)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]