Not sure of the best approach. I have a list of Wicket Items (Dataview) with each plotted on a google map. Each item has a marker point which is number, and ive attached a listener to the GOverlay marker via ...
marker.addListener(GEvent.click, new GEventHandler() Once the marker is clicked on the map, i open a info bubble show some basic data about the item. What i would ALSO like to do is to add a listener to the wicket Item so that as well as openening the info window, it also highlights the item it relates to in the Item list. Maybe via some mouseover attribute highlighting or something. Ive seen in on many common google map enabled site, but cant see how its done in wicket. So clicking the list item, highlights the map marker, and clicking (or mouseover) on the marker, highlights the Item. I hope ive explained this enough. -- View this message in context: http://www.nabble.com/GMAP2-Event-Listners.-tp20827806p20827806.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
