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

Mark H mailinglists at markhorgan.com
Mon Nov 6 17:29:10 CST 2006


> You don't need the DetermineMountPoint action in your extension sitemap,
> it is part of the main Daisy sitemap and needs to be executed just once.

Ok. The problem seems to be on continuing the continuation request things
like mounPoint aren't available for some reason. I've temporarily solved it
by saving these as local variables in javaflow before displaying the form so
they are available after.

Mark H
-----Original Message-----
From: daisy-bounces at lists.cocoondev.org
[mailto:daisy-bounces at lists.cocoondev.org] On Behalf Of Bruno Dumon
Sent: 06 November 2006 08:56
To: Daisy: open source CMS - general mailinglist
Subject: Re: [daisy] Could not find mountPoint, is MountPointAction in
thepipeline?

On Sun, 2006-11-05 at 17:59 +0000, Mark H wrote:
> 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?

You don't need the DetermineMountPoint action in your extension sitemap,
it is part of the main Daisy sitemap and needs to be executed just once.

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
bruno at outerthought.org                          bruno at apache.org

_______________________________________________
daisy community mailing list
Professional Daisy support:
http://outerthought.org/site/services/daisy/daisysupport.html
mail to: daisy at lists.cocoondev.org
list information: http://lists.cocoondev.org/mailman/listinfo/daisy




More information about the daisy mailing list