You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Shelli Orton <Sh...@sjrb.ca> on 2011/03/18 23:16:20 UTC

Visural Wicket - Maven

Hi,

Has anybody used Visural Wicket with Maven?  I set up my repositories as
per the information on this page:

http://code.google.com/p/visural-wicket/wiki/MavenSupport

The visural-common pom and jar files downloaded are empty even though
they're not on the server.  However, there isn't a directory for
visural-wicket on the server.

Do I need to manually add the files to my repository?

Thanks,

-----Original Message-----
From: Shelli Orton 
Sent: 18 March 2011 11:20 AM
To: users@wicket.apache.org
Subject: RE: Drop Down Choice

Hi,

The wicket.visural.net first example looks like exactly what I need.

Thanks!

Shelli

-----Original Message-----
From: nino martinez wael [mailto:nino.martinez.wael@gmail.com] 
Sent: 18 March 2011 11:05 AM
To: users@wicket.apache.org
Subject: Re: Drop Down Choice

theres this one (though not dropdown)

http://www.wicket-library.com/wicket-examples/ajax/autocomplete<http://w
ww.wicket-library.com/wicket-examples/ajax/autocomplete;jsessionid=FE414
790D6B5E7ACECC809CB9E9C9CEB?0>

Or this one if you want a drop down:
http://wicket.visural.net/examples/app/dropdown

-Nino

<http://www.wicket-library.com/wicket-examples/ajax/autocomplete;jsessio
nid=FE414790D6B5E7ACECC809CB9E9C9CEB?0>

2011/3/18 Shelli Orton <Sh...@sjrb.ca>

> Hi,
>
> I've been looking for a Wicket drop down widget where one can choose
an
> item from the list by typing more than the first character.  For
> example, if my list contains the following values:
>
> One
> Two
> Three
> Four
> Five
>
> typing "T" would select "Two", but typing "Th" would select "Three".
Is
> this possible in Wicket?
>
> Thanks!
>
> Shelli
>
> ---------------------------------------------------------------------
> 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: Visural Wicket - Maven

Posted by Josh Kamau <jo...@gmail.com>.
Hi.

I use visural wicket with maven and havent had problems so far. Here is a
section of my pom.xml. If it doesnt work, then may be something changed
after my maven had already done the download.

        <dependency>
            <groupId>com.visural</groupId>
            <artifactId>visural-common</artifactId>
            <version>0.4.3</version>
        </dependency>

        <dependency>
            <groupId>com.visural</groupId>
            <artifactId>visural-wicket</artifactId>
            <version>0.6.5</version>
        </dependency>




    <repositories>
        <repository>
            <id>visural-common</id>
            <name>visural-common</name>
            <url>
http://visural-common.googlecode.com/svn/trunk/visural-common/maven/</url>
        </repository>
        <repository>
            <id>visural-wicket</id>
            <name>visural-wicket</name>
            <url>
http://visural-wicket.googlecode.com/svn/trunk/visural-wicket/maven/</url>
        </repository>

On Sat, Mar 19, 2011 at 1:16 AM, Shelli Orton <Sh...@sjrb.ca> wrote:

> Hi,
>
> Has anybody used Visural Wicket with Maven?  I set up my repositories as
> per the information on this page:
>
> http://code.google.com/p/visural-wicket/wiki/MavenSupport
>
> The visural-common pom and jar files downloaded are empty even though
> they're not on the server.  However, there isn't a directory for
> visural-wicket on the server.
>
> Do I need to manually add the files to my repository?
>
> Thanks,
>
> -----Original Message-----
> From: Shelli Orton
> Sent: 18 March 2011 11:20 AM
> To: users@wicket.apache.org
> Subject: RE: Drop Down Choice
>
> Hi,
>
> The wicket.visural.net first example looks like exactly what I need.
>
> Thanks!
>
> Shelli
>
> -----Original Message-----
> From: nino martinez wael [mailto:nino.martinez.wael@gmail.com]
> Sent: 18 March 2011 11:05 AM
> To: users@wicket.apache.org
> Subject: Re: Drop Down Choice
>
> theres this one (though not dropdown)
>
> http://www.wicket-library.com/wicket-examples/ajax/autocomplete<http://w
> ww.wicket-library.com/wicket-examples/ajax/autocomplete;jsessionid=FE414
> 790D6B5E7ACECC809CB9E9C9CEB?0<http://ww.wicket-library.com/wicket-examples/ajax/autocomplete;jsessionid=FE414%0A790D6B5E7ACECC809CB9E9C9CEB?0>
> >
>
> Or this one if you want a drop down:
> http://wicket.visural.net/examples/app/dropdown
>
> -Nino
>
> <http://www.wicket-library.com/wicket-examples/ajax/autocomplete;jsessio
> nid=FE414790D6B5E7ACECC809CB9E9C9CEB?0>
>
> 2011/3/18 Shelli Orton <Sh...@sjrb.ca>
>
> > Hi,
> >
> > I've been looking for a Wicket drop down widget where one can choose
> an
> > item from the list by typing more than the first character.  For
> > example, if my list contains the following values:
> >
> > One
> > Two
> > Three
> > Four
> > Five
> >
> > typing "T" would select "Two", but typing "Th" would select "Three".
> Is
> > this possible in Wicket?
> >
> > Thanks!
> >
> > Shelli
> >
> > ---------------------------------------------------------------------
> > 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
>
>