Time Field

2009-06-08 Thread hill180
I understand there is the Datetimefield, but is there a field for just time. -jose - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Time Field

2009-06-08 Thread Martin Makundi
There used to be... the one for timestamp.. but in 1.4-rc4 you must make one yourself (by tweaking the converter). public class SqlTimestampTextField extends TextFieldTimestamp { /** * @param id * @param modelObject * @param property * @param datePattern */ public

Re: Time Field

2009-06-08 Thread Vladimir K
Does anyone know the converter for org.joda.time.Duration? It is not trivial one taking into account the user's locale. -- View this message in context: http://www.nabble.com/Time-Field-tp23930465p23931514.html Sent from the Wicket - User mailing list archive at Nabble.com

calendar component with date TIME field

2009-05-07 Thread Christoph Grün
Hi! Is there a calendar component with date TIME field? The calendar components, that I know so far (e.g., YUI DatePicker) just provide a date field. I also would need a field for hours/minutes. Instead of adding textfields for hours/minutes seperately, it would be nice to have them

Re: calendar component with date TIME field

2009-05-07 Thread reiern70
Maybe org.apache.wicket.extensions.yui.calendar.DateTimeField Best, Ernesto Christoph Grün wrote: Hi! Is there a calendar component with date TIME field? The calendar components, that I know so far (e.g., YUI DatePicker) just provide a date field. I also would need a field

AW: calendar component with date TIME field

2009-05-07 Thread Christoph Grün
Dear Ernesto, thanks a lot - it works. Christoph -Ursprüngliche Nachricht- Von: reiern70 [mailto:reier...@gmail.com] Gesendet: Donnerstag, 07. Mai 2009 16:53 An: users@wicket.apache.org Betreff: Re: calendar component with date TIME field Maybe