> -----Original Message-----
> From: Jeremy Quinn [mailto:jeremy@;media.demon.co.uk]
> Sent: Friday, November 15, 2002 6:39 PM
> To: [EMAIL PROTECTED]
> Subject: Sitemap help?
>
>
> I was trying to make a pipeline like the one below work, but could not.
> It never gets selected.
>
> I thought this kind of thing was allowed, in 2.1?
>
>
> <map:match pattern="search/site">
>
>    <!-- match search/site when there is a query request param -->
>       <map:match type="request" pattern="query">
>               <!-- generate, transform, serialize -->
>       </map:match>
>
>    <!-- match search/site when there is not a query request param -->
>       <map:match pattern="*">
>               <!-- generate, transform, serialize -->
>       </map:match>
>
> </map:match>


Are you sure you have a matcher of the type "request"? In cocoon2.1-dev the
name of the "org.apache.cocoon.matching.RequestParameterMatcher" is
"request-parameter".

Hope that helps

Regards,
Reinhard

>
>
> What am I doing wrong?
>
> thanks for any help
>
> regards Jeremy


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to