On Friday, Nov 15, 2002, at 18:10 Europe/London, Reinhard Poetz wrote:

<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".

Sorry, that was a slip.
I have that selector defined locally in the sitemap as 'request'.
The sitemap does not complain it cannot find it. The URL gets matched by another more generic matcher further down the sitemap instead of this one.

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