Hello,

I have discovered that on Cocoon 2.1.7 (not tested on other versions), if I have:

<map:mount check-reload="yes" src="" uri-prefix="internal"/>

and internal.xmap contains:
  <map:flow language="_javascript_">
    <map:script src="">   </map:flow>
and
  <map:match pattern="pipeline">
     ...
  </map:match>
and another pipeline in internal.xmap calls a javaflow function which uses
  cocoon.sendPage("pipeline");

the pipeline "pipeline" is NOT FOUND.

However, I found that using the following workaround, the problem no longer appears.

<map:mount check-reload="yes" src="" uri-prefix="internal"/>

The difference being a ./ before the file name.

Could this be a bug?... At least it seems so... Or maybe I'm completely confused...

--
Antonio

Reply via email to