You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Peter Neubauer <pe...@jayway.se> on 2009/05/12 15:33:39 UTC

Time input in the Wicket DateTextField widget?

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-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org