How do I get the parameters passed from a server side image map in my event handler? For example:
<h:command_link id="map1" action="map.jsf" actionListener="#{map.centerMap}">
<h:graphic_image ismap="true" url="/images/samplemap.png"/>
</h:command_link>
How could I get the x,y coordinates of the mouse click to use in the centerMap method?