You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Joerg Heinicke <jo...@gmx.de> on 2004/06/04 15:33:34 UTC

Re: InputModule for the parameter string?

On 04.06.2004 17:07, Björn Voigt wrote:

> Hello everybody,
> 
> I want to use the html generator to
> integrate external content. Is it possible
> to put all request parameters/values through
> to the external server with an input modul
> 
> 
> my pipeline looks like this:
> 
> <map:match pattern="extern/**">
> <map:generate type="html"
>      src="http://domain/mvnforum/{1}{request:params}"/>
>      <map:generate type="request"/>
>      <map:serialize type="xml"/>
> </map:match>

There is at least a RequestParamAction [1] providing {requestQuery}.

[1] 
http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/acting/RequestParamAction.html

Joerg

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