[daisy] Could not find mountPoint, is MountPointAction in the pipeline?

Mark H mailinglists at markhorgan.com
Sun Nov 5 11:59:03 CST 2006


I have a simple contact-us form as a daisy extension. But when the form is
submitted and continues the continuation I sometimes get:

Sitemap: error calling continuation
Could not find mountPoint, is MountPointAction in the pipeline?

I'm using JavaFlow and in my code this is where the error occurs:

WikiHelper.getMountPoint(request)

My extension sitemap looks like:

<map:pipeline internal-only="true" type="noncaching">
...
</map:pipeline>

<map:pipeline type="noncaching">
     <map:act type="DetermineMountPoint"/>
     
     <map:match pattern="*.continue">
       <map:call continuation="{1}"/>
     </map:match>
...

Any ideas why it's not running the DetermineMountPoint action on each
request?

Mark Horgan




More information about the daisy mailing list