You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Phillip Rhodes <sp...@rhoderunner.com> on 2009/04/20 22:14:33 UTC

Which component for gmap for wicket 1.3.5?

I see there are a couple gmap projects if I browse to the SVN repo for wicketstuff.

http://wicketstuff.org/maven/repository/org/wicketstuff/

For example:
1) gmap2  (updated Mon, 20 Apr 2009)
2) wicket-contrib-gmap2 (updated on Mon, 01 Dec 2008)

I am using wicket 1.3.5  Which component should I be using?


Thanks!




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Which component for gmap for wicket 1.3.5?

Posted by Jeremy Thomerson <je...@wickettraining.com>.
Well, that's the problem.  1.4-rc2 matches the Wicket 1.4-rc2 release.
There are API differences which will prohibit it from working with the 1.3.5
release of Wicket.  You'll need to pull from the 1.3.x branch of WS and
build it yourself - unfortunately.

--
Jeremy Thomerson
http://www.wickettraining.com



On Tue, Apr 21, 2009 at 12:47 PM, Phillip Rhodes
<sp...@rhoderunner.com>wrote:

> I used the version that is in the wicket maven repo (
> http://wicketstuff.org/maven/repository/org/wicketstuff/gmap2/)
> There's a 1.4-SNAPSHOT, and a 1.4-rc2 version in the repo, and I am set to
> use the 1.4-rc2 release.
>
>
>                <dependency>
>                        <groupId>org.wicketstuff</groupId>
>                        <artifactId>gmap2</artifactId>
>                        <version>1.4-rc2</version>
>                </dependency>
>
> Thanks. I super appreciate your time.
>
>
>
> -----Original Message-----
> From: "Jeremy Thomerson" <je...@wickettraining.com>
> Sent: Tuesday, April 21, 2009 1:23pm
> To: users@wicket.apache.org
> Subject: Re: Which component for gmap for wicket 1.3.5?
>
> Have you pulled it from wicketstuff trunk or the 1.3.X branch?
>
> --
> Jeremy Thomerson
> http://www.wickettraining.com
>
>
>
> On Tue, Apr 21, 2009 at 12:16 PM, Phillip Rhodes
> <sp...@rhoderunner.com>wrote:
>
> > Is gmap2 supposed to work with wicket 1.3.5?  I am thinking that I would
> > need to upgrade to 1.4.
> >
> > I am getting a NoSuchMethodError.
> > Thanks.
> >
> >
> >
> > WicketMessage: Method onLinkClicked of interface
> > org.apache.wicket.markup.html.link.ILinkListener targeted at component
> > [MarkupContainer [Component id = link]] threw an exception
> >
> > Root cause:
> >
> > java.lang.NoSuchMethodError:
> >
> wicket.contrib.gmap.GMap2.add([Lorg/apache/wicket/behavior/IBehavior;)Lorg/apache/wicket/Component;
> > at wicket.contrib.gmap.GMap2.<init>(GMap2.java:128)
> > at wicket.contrib.gmap.GMap2.<init>(GMap2.java:161)
> > at wicket.contrib.gmap.GMap2.<init>(GMap2.java:99)
> >
> >
> >
> >
> >
> > -----Original Message-----
> > From: "Martin Funk" <ma...@googlemail.com>
> > Sent: Tuesday, April 21, 2009 3:05am
> > To: users@wicket.apache.org
> > Subject: Re: Which component for gmap for wicket 1.3.5?
> >
> > number 1)
> >
> > it evolved out of 2)
> >
> > mf
> >
> > 2009/4/20 Phillip Rhodes <sp...@rhoderunner.com>
> >
> > > I see there are a couple gmap projects if I browse to the SVN repo for
> > > wicketstuff.
> > >
> > > http://wicketstuff.org/maven/repository/org/wicketstuff/
> > >
> > > For example:
> > > 1) gmap2  (updated Mon, 20 Apr 2009)
> > > 2) wicket-contrib-gmap2 (updated on Mon, 01 Dec 2008)
> > >
> > > I am using wicket 1.3.5  Which component should I be using?
> > >
> > >
> > > Thanks!
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > > For additional commands, e-mail: users-help@wicket.apache.org
> > >
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Which component for gmap for wicket 1.3.5?

Posted by Phillip Rhodes <sp...@rhoderunner.com>.
I used the version that is in the wicket maven repo (http://wicketstuff.org/maven/repository/org/wicketstuff/gmap2/)
There's a 1.4-SNAPSHOT, and a 1.4-rc2 version in the repo, and I am set to use the 1.4-rc2 release.


		<dependency>
			<groupId>org.wicketstuff</groupId>
			<artifactId>gmap2</artifactId>
			<version>1.4-rc2</version>
		</dependency>

Thanks. I super appreciate your time.



-----Original Message-----
From: "Jeremy Thomerson" <je...@wickettraining.com>
Sent: Tuesday, April 21, 2009 1:23pm
To: users@wicket.apache.org
Subject: Re: Which component for gmap for wicket 1.3.5?

Have you pulled it from wicketstuff trunk or the 1.3.X branch?

--
Jeremy Thomerson
http://www.wickettraining.com



On Tue, Apr 21, 2009 at 12:16 PM, Phillip Rhodes
<sp...@rhoderunner.com>wrote:

> Is gmap2 supposed to work with wicket 1.3.5?  I am thinking that I would
> need to upgrade to 1.4.
>
> I am getting a NoSuchMethodError.
> Thanks.
>
>
>
> WicketMessage: Method onLinkClicked of interface
> org.apache.wicket.markup.html.link.ILinkListener targeted at component
> [MarkupContainer [Component id = link]] threw an exception
>
> Root cause:
>
> java.lang.NoSuchMethodError:
> wicket.contrib.gmap.GMap2.add([Lorg/apache/wicket/behavior/IBehavior;)Lorg/apache/wicket/Component;
> at wicket.contrib.gmap.GMap2.<init>(GMap2.java:128)
> at wicket.contrib.gmap.GMap2.<init>(GMap2.java:161)
> at wicket.contrib.gmap.GMap2.<init>(GMap2.java:99)
>
>
>
>
>
> -----Original Message-----
> From: "Martin Funk" <ma...@googlemail.com>
> Sent: Tuesday, April 21, 2009 3:05am
> To: users@wicket.apache.org
> Subject: Re: Which component for gmap for wicket 1.3.5?
>
> number 1)
>
> it evolved out of 2)
>
> mf
>
> 2009/4/20 Phillip Rhodes <sp...@rhoderunner.com>
>
> > I see there are a couple gmap projects if I browse to the SVN repo for
> > wicketstuff.
> >
> > http://wicketstuff.org/maven/repository/org/wicketstuff/
> >
> > For example:
> > 1) gmap2  (updated Mon, 20 Apr 2009)
> > 2) wicket-contrib-gmap2 (updated on Mon, 01 Dec 2008)
> >
> > I am using wicket 1.3.5  Which component should I be using?
> >
> >
> > Thanks!
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Which component for gmap for wicket 1.3.5?

Posted by Jeremy Thomerson <je...@wickettraining.com>.
Have you pulled it from wicketstuff trunk or the 1.3.X branch?

--
Jeremy Thomerson
http://www.wickettraining.com



On Tue, Apr 21, 2009 at 12:16 PM, Phillip Rhodes
<sp...@rhoderunner.com>wrote:

> Is gmap2 supposed to work with wicket 1.3.5?  I am thinking that I would
> need to upgrade to 1.4.
>
> I am getting a NoSuchMethodError.
> Thanks.
>
>
>
> WicketMessage: Method onLinkClicked of interface
> org.apache.wicket.markup.html.link.ILinkListener targeted at component
> [MarkupContainer [Component id = link]] threw an exception
>
> Root cause:
>
> java.lang.NoSuchMethodError:
> wicket.contrib.gmap.GMap2.add([Lorg/apache/wicket/behavior/IBehavior;)Lorg/apache/wicket/Component;
> at wicket.contrib.gmap.GMap2.<init>(GMap2.java:128)
> at wicket.contrib.gmap.GMap2.<init>(GMap2.java:161)
> at wicket.contrib.gmap.GMap2.<init>(GMap2.java:99)
>
>
>
>
>
> -----Original Message-----
> From: "Martin Funk" <ma...@googlemail.com>
> Sent: Tuesday, April 21, 2009 3:05am
> To: users@wicket.apache.org
> Subject: Re: Which component for gmap for wicket 1.3.5?
>
> number 1)
>
> it evolved out of 2)
>
> mf
>
> 2009/4/20 Phillip Rhodes <sp...@rhoderunner.com>
>
> > I see there are a couple gmap projects if I browse to the SVN repo for
> > wicketstuff.
> >
> > http://wicketstuff.org/maven/repository/org/wicketstuff/
> >
> > For example:
> > 1) gmap2  (updated Mon, 20 Apr 2009)
> > 2) wicket-contrib-gmap2 (updated on Mon, 01 Dec 2008)
> >
> > I am using wicket 1.3.5  Which component should I be using?
> >
> >
> > Thanks!
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Which component for gmap for wicket 1.3.5?

Posted by Phillip Rhodes <sp...@rhoderunner.com>.
Is gmap2 supposed to work with wicket 1.3.5?  I am thinking that I would need to upgrade to 1.4.

I am getting a NoSuchMethodError.
Thanks.



WicketMessage: Method onLinkClicked of interface org.apache.wicket.markup.html.link.ILinkListener targeted at component [MarkupContainer [Component id = link]] threw an exception

Root cause:

java.lang.NoSuchMethodError: wicket.contrib.gmap.GMap2.add([Lorg/apache/wicket/behavior/IBehavior;)Lorg/apache/wicket/Component;
at wicket.contrib.gmap.GMap2.<init>(GMap2.java:128)
at wicket.contrib.gmap.GMap2.<init>(GMap2.java:161)
at wicket.contrib.gmap.GMap2.<init>(GMap2.java:99)





-----Original Message-----
From: "Martin Funk" <ma...@googlemail.com>
Sent: Tuesday, April 21, 2009 3:05am
To: users@wicket.apache.org
Subject: Re: Which component for gmap for wicket 1.3.5?

number 1)

it evolved out of 2)

mf

2009/4/20 Phillip Rhodes <sp...@rhoderunner.com>

> I see there are a couple gmap projects if I browse to the SVN repo for
> wicketstuff.
>
> http://wicketstuff.org/maven/repository/org/wicketstuff/
>
> For example:
> 1) gmap2  (updated Mon, 20 Apr 2009)
> 2) wicket-contrib-gmap2 (updated on Mon, 01 Dec 2008)
>
> I am using wicket 1.3.5  Which component should I be using?
>
>
> Thanks!
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Which component for gmap for wicket 1.3.5?

Posted by Martin Funk <ma...@googlemail.com>.
number 1)

it evolved out of 2)

mf

2009/4/20 Phillip Rhodes <sp...@rhoderunner.com>

> I see there are a couple gmap projects if I browse to the SVN repo for
> wicketstuff.
>
> http://wicketstuff.org/maven/repository/org/wicketstuff/
>
> For example:
> 1) gmap2  (updated Mon, 20 Apr 2009)
> 2) wicket-contrib-gmap2 (updated on Mon, 01 Dec 2008)
>
> I am using wicket 1.3.5  Which component should I be using?
>
>
> Thanks!
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>