I want to use the HTML Geolocation solution mentioned here http://apache-wicket.1842946.n4.nabble.com/Gmap-Current-Location-td4677835.html#a4677843. (org.wicketstuff.html5.geolocation)
Unfortunately, the geolocation is triggered as soon as the MarkupContainer is rendered. Instead of using this on load of a Page I'd prefer to trigger the geolocation with "click" event (AjaxEventBehavior). What is the preferred way to "trigger" the AjaxGeolocationBehavior from a "click" event? Should I use AjaxEventBehavior#updateAjaxAttributes and add my own AjaxCallListener#onSuccess script? -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
