Re: GMap2 and zoom_changed

2010-05-11 Thread dleeper
This is what I am currently doing. zoomChangedListener = new ZoomChangedListener(); add(zoomChangedListener); map.add(new HeaderContributor(new IHeaderContributor() { private static final long serialVersionUID = 1L;

Re: Gmap2 and Wicket 1.4.8

2010-05-11 Thread dleeper
I believe I found the issue. Our wicket application has an iframe that shows the contents of an other wicket application. I changed the wicket version on the local wicket application. However, the iframe'd wicket application was not changed. When I synced up the wicket versions...everything wa