Wunderbar!
On 11 July 2014 11:14, Erik de Hair <[email protected]> wrote: > Ok, will give it a try and share my code when I'm satisfied with the > results (if you like). > > Erik > > ________________________________________ > From: Dan Haywood [[email protected]] > Sent: Tuesday, July 08, 2014 11:08 AM > To: users > Subject: Re: Datetime picker > > You'd need to write a new Wicket UI component for this. The Wicket viewer > architecture is pluggable (write an implementation of ComponentFactory) so > you ought to be able to develop one and plug it in. > > The existing component that renders LocalDate's (JodaLocalDatePanelFactory > and JodaLocalDatePanel) would be a good starting point to work from. > > Dan > > > > On 8 July 2014 08:16, Erik de Hair <[email protected]> wrote: > > > Hi, > > > > Is there a way to get a datetime picker rendered? I have a property with > > type org.joda.time.DateTime but it is not possible to pick/set a time > with > > the date picker or manually enter the time after the date (only numerics > > allowed). > > > > Thanks, > > Erik > > >
