i'm no expert, but isn't it as simple as:

<map:match pattern="Search/find">
  <generate src=""/>
  ...
</map:match>

also, you said

> <map:generate src=""mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 08, 2003 5:05 AM
> To: [EMAIL PROTECTED]
> Subject: read the map:parameter parameters
>
>
> hi all!
>
> maybe it is trivial - but I don't get it...
>
> I have a pipeline like this:
>
> <map:match pattern="search">
>   <map:generate src="">
>     <map:parameter name="role" value="myrole"/>
>   </map:generate>
>   <map:transform src=""/>
>   ...
> </map:match>
>
> in the pipeline cocoon://Search/find I want to read out this
> parameter..
> how do I do this?? I think with the module request-param it is not
> possible...
>
> of cause I could write something like
>
> <map:generate src="cocoon://Search/find?role=myrole/>
>
> but this is not very secure cause everyone could set the role in which
> he want want to search!
>
> Who can help me
>
> Thank you
>
> Freddy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Reply via email to