In the sitemap, I have:
<map:match pattern="view2/*">
<map:generate src="docs/view.jx" type="jx">
<map:parameter name="fileID" value="{1}"/>
</map:generate>
<map:serialize type="html"/>
</map:match>
When I call this, via, say "view2/test"
In the view.jx template page:
...
<p> The value the current request is
${cocoon.request.getParameter("fileID")}</p>
<p> The value of the current request is
${cocoon.parameters.fileID}</p>
...
The results from the above are
(null)
0
How do I get value of the "fileID" in the template page??
Thanks
Derek
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]