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> 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]>
