Re: New to Wicket: Confused with versions, wicket-extensions, looking for date picker

2008-06-30 Thread Charlie Dobbie
There's a Datepicker component in the wicket-datetime package.  If using Maven:

dependency
groupIdorg.apache.wicket/groupId
artifactIdwicket-datetime/artifactId
version1.3.4/version
/dependency



2008/6/30 jdj [EMAIL PROTECTED]:

 Hello,

 I'm new to Wicket. I'm using Wicket 1.3.3.

 I'm looking for a date picker component for Wicket, and I noticed that there
 is one in the  http://wicket.sourceforge.net/wicket-extensions/
 wicket-extensions  package. However, the information on that website seems
 to be out of date, it's about wicket-extensions 1.2 while the newest version
 in the Maven repository is wicket-extensions 1.3.3.

 In wicket-extensions 1.3.3, the DatePicker, which was in the package
 wicket.extensions.markup.html.datepicker in version 1.2, seems to be gone.

 I cannot find documentation for wicket-extensions 1.3.3 anywhere. Where is
 it?

 Is there a date picker component available in the current version of Wicket
 or Wicket Extenstions? If so, where can I find it? If not, then where can I
 find a date picker for Wicket?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New to Wicket: Confused with versions, wicket-extensions, looking for date picker

2008-06-30 Thread Nino Saturnino Martinez Vazquez Wael

did you see:


 IMPORTANT NOTICE

Wicket 1.2 is no longer supported. For supported versions go to Apache 
Wicket http://wicket.apache.org.



Please look at the apache web site...:) Sourceforge is sort of 
deprecated and only contains information on wicket 1.2


jdj wrote:

Hello,

I'm new to Wicket. I'm using Wicket 1.3.3.

I'm looking for a date picker component for Wicket, and I noticed that there
is one in the  http://wicket.sourceforge.net/wicket-extensions/
wicket-extensions  package. However, the information on that website seems
to be out of date, it's about wicket-extensions 1.2 while the newest version
in the Maven repository is wicket-extensions 1.3.3.

In wicket-extensions 1.3.3, the DatePicker, which was in the package
wicket.extensions.markup.html.datepicker in version 1.2, seems to be gone.

I cannot find documentation for wicket-extensions 1.3.3 anywhere. Where is
it?

Is there a date picker component available in the current version of Wicket
or Wicket Extenstions? If so, where can I find it? If not, then where can I
find a date picker for Wicket?
  


--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New to Wicket: Confused with versions, wicket-extensions, looking for date picker

2008-06-30 Thread jdj

Yes, I did see that. And I went to the Apache Wicket website, found something
about Wicket extensions, and discovered that the date picker component is no
longer included.

And so I asked my question: Is there a date picker component available in
the current version of Wicket or Wicket Extenstions? If so, where can I find
it? If not, then where can I find a date picker for Wicket?

- Jesper


Nino.Martinez wrote:
 
 did you see:
 
 
   IMPORTANT NOTICE
 
 Wicket 1.2 is no longer supported. For supported versions go to Apache 
 Wicket http://wicket.apache.org.
 
 
 Please look at the apache web site...:) Sourceforge is sort of 
 deprecated and only contains information on wicket 1.2
 

-- 
View this message in context: 
http://www.nabble.com/New-to-Wicket%3A-Confused-with-versions%2C-wicket-extensions%2C-looking-for-date-picker-tp18190491p18193655.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New to Wicket: Confused with versions, wicket-extensions, looking for date picker

2008-06-30 Thread jdj

Thanks - where can I find more information about that datetime component?


Charlie Dobbie wrote:
 
 There's a Datepicker component in the wicket-datetime package.  If using
 Maven:
 
 dependency
   groupIdorg.apache.wicket/groupId
   artifactIdwicket-datetime/artifactId
   version1.3.4/version
 /dependency
 

-- 
View this message in context: 
http://www.nabble.com/New-to-Wicket%3A-Confused-with-versions%2C-wicket-extensions%2C-looking-for-date-picker-tp18190491p18193690.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New to Wicket: Confused with versions, wicket-extensions, looking for date picker

2008-06-30 Thread Frank Bille
This question is asked twice. See[0] for the other thread:

[0]:
http://www.nabble.com/New-to-Wicket%3A-Confused-with-versions%2C-wicket-extensions-etc.-tp18190491p18190491.html

On Mon, Jun 30, 2008 at 10:00 AM, jdj [EMAIL PROTECTED] wrote:


 Hello,

 I'm new to Wicket. I'm using Wicket 1.3.3.

 I'm looking for a date picker component for Wicket, and I noticed that
 there
 is one in the  http://wicket.sourceforge.net/wicket-extensions/
 wicket-extensionshttp://wicket.sourceforge.net/wicket-extensions/wicket-extensions
  package. However, the information on that website seems
 to be out of date, it's about wicket-extensions 1.2 while the newest
 version
 in the Maven repository is wicket-extensions 1.3.3.

 In wicket-extensions 1.3.3, the DatePicker, which was in the package
 wicket.extensions.markup.html.datepicker in version 1.2, seems to be gone.

 I cannot find documentation for wicket-extensions 1.3.3 anywhere. Where is
 it?

 Is there a date picker component available in the current version of Wicket
 or Wicket Extenstions? If so, where can I find it? If not, then where can I
 find a date picker for Wicket?
 --
 View this message in context:
 http://www.nabble.com/New-to-Wicket%3A-Confused-with-versions%2C-wicket-extensions%2C-looking-for-date-picker-tp18190491p18190491.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]