I have the following sitemap fragment:
...
<map:resources>
<map:resource name="main">
<map:call function="main"/>
</map:resource>
</map:resources><map:flow language="javascript"> <map:script src="flows/myScript.js"/> </map:flow>
<map:pipelines>
<map:pipeline>
<map:match pattern="">
<map:call resource="main"/>
</map:match>
</map:pipeline>
</map:pipelines>
...In the match section I'm calling the resource 'main' which is calling a flowscript function itself. But if I do that this way I don't have access to the request params within the flowscript! How do I activate passing request parameters thru resources to a flowscript?
Thank you.
Regards Stephan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
