Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Server Side Image Map and JSF

843842Feb 16 2004 — edited Sep 7 2008
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2008
Added on Feb 16 2004
9 comments
425 views