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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
