Martin Grigorov-4 wrote
> But this looks wrong.
> 1) OnLoadHeaderItem can be used
> 2) or OnEventHeaderItem with 'unload' event. Note that there is no 'on'
> prefix when using event registration

So what you mean is that in GMapHeaderContributor.java the line
response.render(OnEventHeaderItem.forScript("window", "*onUnload*",
"google.maps.Unload();"));
should be
response.render(OnEventHeaderItem.forScript("window", "*unload*",
"google.maps.Unload();"));

This has been wrong for all those years... or is it only the way to go for
wicket 6?



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/gmap2-wicket-6-9-and-ajax-refresh-tp4660564p4660584.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to