On 14.Oct.2002 -- 12:41 PM, Bobby Mitchell wrote: > Antonio Gallardo Rivera wrote: > > >Try using this: > > > ><map:match type="request-parameter" pattern="cocoon-action-*"> > ><snip> > > > This example will match a request parameter with the name of > cocoon-action-*, with the * as a literal character. I have tried all > sorts of different matchers and haven't found one that works. > > Anybody else got any tips?
Put <map:matcher logger="sitemap.matcher.next-page" name="wildcard-req-param" src="org.apache.cocoon.matching.WildcardRequestParameterMatcher"/> in your sitemap and use that one. i.e. <map:match type="wildcard-req-param" pattern="cocoon-action-*"> Chris. -- C h r i s t i a n H a u l [EMAIL PROTECTED] fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08 --------------------------------------------------------------------- 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]>