Re: Gmap3 NullPointerException

2013-08-08 Thread Martin Grigorov
On Thu, Aug 8, 2013 at 10:48 AM, vp143 wrote: > Hi Martin, > > I am not sure on the resolution to this. I do not know why > overlay.overlayId > would be null? > Me too. Put a breakpoint and see what other parameters are sent to the server. Maybe it is misspelled or something. > > Regards > Vis

Re: Gmap3 NullPointerException

2013-08-08 Thread vp143
Hi Martin, I am not sure on the resolution to this. I do not know why overlay.overlayId would be null? Regards Vishal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Gmap3-NullPointerException-tp4660777p4660781.html Sent from the Users forum mailing list archive at

Re: Gmap3 NullPointerException

2013-08-08 Thread Martin Grigorov
Hi, On Wed, Aug 7, 2013 at 10:58 PM, Vishal Popat wrote: > Hi all, > > I have set up this to report errors > this.getRequestCycleListeners().add(new AbstractRequestCycleListener() { > @Override > public IRequestHandler onException(RequestCycle cycle, > Exception e) { >