hello,

I have something strange happening.

In my sitemap I have about 30 different matchers.
All of them work, except for one. I tried to enter it manually in the
adressbar of my browser (so I can make sure that the call is correct),
but it just won't work. I always get: No pipeline matched request

I'll put a working sample and the non-working version in here without
any comments, if you can figure out, which one works, then you'll
probably be able to tell me, what's wrong with the other one ;)
seriously, I don't see what's the problem here.
the pipeline that contains the matchers is set to "noncaching". no
matter to what I set the name of the pipeline, it's not "found".

Any help is seriously appreciated.

<map:match pattern="show">
 <map:generate type="file" src="some.xml"/>
 <map:transform src="../../stylesheets/some-details.xsl"/>
 <map:serialize type="html"/>
</map:match>

<map:match pattern="new-tasks-entered-pipeline">
 <map:generate type="jx" src="../../new-task_success.jx"/>
 <map:transform type="write-source"/>
 <map:transform src="../../stylesheets/refresh-to-somewhere.xsl"/>
</map:match>

puzzled

TIA,

christian

(cocoon 2.1.9, windowsXP, tomcat 5.0.28)

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

Reply via email to