Thanks Upayavira! Both those options work fine. I knew there must be a simple
solution to it ;)


Thanks,
Joel

Upayavira wrote:

I'm pretty sure the following will work:

1) In the sitemap:
<map:transform src="xxx">
 <map:parameter name="x" value="{request-param:image.x}"/>
 <map:parameter name="y" value="{request-param:image.y}"/>
</map:transform>

2) In flowscript:
var x = cocoon.request.getParameter("image.x");
var y = cocoon.request.getParameter("image.y");

Regards, Upayavira




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to