OK, thats clear enough to be understood by flow-newbies. Thank you :-)
The docs are correct, but a little misleading. I have therefore
changed the page to say:
<map:flow language="javascript">
<map:script src="myApplication.js"/>
</map:flow>
<map:pipelines>
<map:pipeline>
<map:match pattern="index.html">
<map:call function="showIndexPage">
<map:parameter name="paramName" value="Value"/>
</map:call>
</map:match>
</map:pipeline>
</map:pipelines>
and:
function showIndexPage() {
var param = cocoon.parameters.paramName;
sendPage("private/index.html", {param: param});
}
This'll go onto the site next time someone updates it. Speak up if
anything above is incorrect.
Regards, Upayavira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]