Hi all,
My sitemap is:
<map:match pattern="test">
<map:parameter name="use-request-parameters" value="true"/>
<map:redirect-to uri="test{random:min}{URI:par1}{request:par1}.html"/>
</map:match>
And cocoon.xconf (filtered):
<input-modules logger="core.modules.input">
<component-instance class="org.apache.cocoon.components.modules.input.RequestParameterModule" name="request"/>
<component-instance class="org.apache.cocoon.components.modules.input.RequestURIModule" name="URI"/>
<component-instance class="org.apache.cocoon.components.modules.input.RandomNumberModule" name="random"/>
</input-modules>


and I call:
..../test?par1=test123
None of the input is processed and the result is test.html. Don't know real syntax of random and URI but at least 'request' should work.
(Cocoon 2.0.3, original configuration from distribution).
What is wrong?
Tomasz



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to