thanks. do you have an example of it?
Yep,
In your WEB-INF/cocoon.xconf file, you probably have something like:
<input-modules>
...
<component-instance class="org.apache.cocoon.components.modules.input.RequestParameterModule" logger="core.modules.input" name="request-param"/>
...
</input-modules>
If this isn't there, add it. It might only be in 2.1 AFAIK.
Then in your sitemap, you can use {request-param:foo} or {request-param:bar} to get the values for foo and bar as you previously described.
Note to self: document more inputmodules!
Tony
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
