You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Frederic Gaus <ne...@necroshine.de> on 2003/09/08 11:05:29 UTC

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="cocoon://Search/find">
    <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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org