Adriano Smith wrote:
Is it possible to retrieve parameters passed in the url (through query
strings) using cocoon?
<http://ads.sify.com/RealMedia/ads/click_nx.ads/mail.sify.com/[EMAIL PROTECTED]>
Sure, using the "request" object.
For example
in flowscript :
var requestParameter = cocoon.request.getParameter("MyParameter");
in sitemap :
<map:generate src="{request-param:MyFileParameter}"/>
etc...
You'll have more examples in the cocoon doc.
--
Olivier
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]