Re: gmap2 and map creation

2007-11-08 Thread Jan Stette
On 07/11/2007, Martin Funk [EMAIL PROTECTED] wrote: sorry I was just to tired yesterday look into that any deeper. No problem, of course! :-) I just committed a patch. Could you check if it suits your needs? The patch adds checks for isAttached() in some operations, but not all. So I

Re: gmap2 and map creation

2007-11-07 Thread Jan Stette
I'm pretty sure I'm using the latest version: $ svn info Path: . URL: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-gmap2 Repository Root: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff Repository UUID: ef7698a4-5110-0410-9fc6-c7eb3693863f

Re: gmap2 and map creation

2007-11-07 Thread Martin Funk
Jan Stette schrieb: I'm pretty sure I'm using the latest version: sorry I was just to tired yesterday look into that any deeper. I just committed a patch. Could you check if it suits your needs? Also could you check if the codechange in the ManyPanel is asking for the same as your code?

gmap2 and map creation

2007-11-06 Thread Jan Stette
I have another question related to wicket-contrib-gmap2: I'm trying to create a new GMap2 component in response to an AJAX request. My code looks much like the code in the constructor of class wicket.contrib.examples.gmap.controls.HomePage(), in the gmap2 examples, which says: final

Re: gmap2 and map creation

2007-11-06 Thread Martin Funk
Hi Jan, to operate in before you can call this method (Component#getMarkupId) at org.apache.wicket.Component.getMarkupId(Component.java:1201) at wicket.contrib.gmap.GMap2.getJSinvoke(GMap2.java:399) at wicket.contrib.gmap.GMap2.getJSsetZoom(GMap2.java:424) at