Hi there,
I am wondering if there is any recommended way to enter the time, not
only the date, in Wicket? Right now I am using
timeTextField = new DateTextField("time", new Model(new Date()),
                                new StyleDateConverter(false));
timeTextField.add(new DatePicker());
form.add(timeTextField);

But that gives no nice widgets for the time ....

/peter

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org     - New Energy for Data - The Graph Database.
http://www.ops4j.org     - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org        - New Energy for Java - Domain Driven Development.

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

Reply via email to