You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ilja Smoli <il...@frontdesk.ee> on 2005/03/09 14:39:41 UTC

Using WildcardRequestParameterMatcher

Hi
Can anybody please point me how to use it?
Didn't find any docs on this...
Thx in advance




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Using WildcardRequestParameterMatcher

Posted by Upayavira <uv...@upaya.co.uk>.
Ilja Smoli wrote:
> Hi
> Can anybody please point me how to use it?
> Didn't find any docs on this...
> Thx in advance

Looking at the source for it, you can define the parameter you're going 
to use to match against in two places, the second is more likely:

<map:components>
   <map:matchers>
     <map:matcher....
       <parameter-name>yourdefaultparameter</parameter-name>
     </map:matcher>
   </map:matchers>
</map:components>

<map:match pattern="*foo*">
   <map:parameter name="parameter-name" value="yourparameter"/>
   <map:generate ...

Regards, Upayavira

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Using WildcardRequestParameterMatcher

Posted by Ilja Smoli <il...@frontdesk.ee>.
Oops, found...
Sorry

"Ilja Smoli" <il...@frontdesk.ee> wrote in message
news:d0mtnc$8q3$1@sea.gmane.org...
> Hi
> Can anybody please point me how to use it?
> Didn't find any docs on this...
> Thx in advance




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org