I presume you mean DatePicker and that you made a typo.
What you're looking for was never part of the core project but instead of
the Wicket Extensions.
Those are the maven coordinates for up to Wicket 1.5.x:
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-extensions</artifactId>
<version>${wicketVersion}</version>
</dependency>
Package and class name:
org.apache.wicket.extensions.yui.calendar.DatePicker
With Wicket 6.x jQuery took over. I haven't yet upgraded to Wicket 6.x and
I suppose your change should be covered in the Migration to Wicket 6 wiki
page at:
https://cwiki.apache.org/WICKET/migration-to-wicket-60.html
Since Wicket 6.x now uses jQuery you get to benefit all of the nice UI
components jQuery provides including the missing DatePicker.
See it action at:
http://jqueryui.com/datepicker/
~ Thank you,
Paul Bors
On Wed, Jan 23, 2013 at 12:32 PM, lc991 <[email protected]> wrote:
> hi,
> why i don't find DataPiker class in wicket 6.0?
> was this class replaced?
> if yes, with what?
>
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/DataPicker-replaced-tp4655689p4655690.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>