Re: [T5.4 beta 28] Date and time picker

2015-05-04 Thread Dimitris Zenios
been looking for a date + time picker for Tapestry. I'd like a form component which will bind to a java.util.Date object, and asks for a time as well as a date. I haven't had much luck, i've found bits of code here and there for older versions of tapestry. I would have thought

Re: [T5.4 beta 28] Date and time picker

2015-05-04 Thread Dimitris Zenios
/bootstrap-datetimepicker/ and a custom component extending AbstractField On Fri, May 1, 2015 at 1:15 PM, Stephen Nutbrown steves...@gmail.com wrote: Hi, I have been looking for a date + time picker for Tapestry. I'd like a form component which

Re: [T5.4 beta 28] Date and time picker

2015-05-04 Thread Stephen Nutbrown
/bootstrap-datetimepicker/ and a custom component extending AbstractField On Fri, May 1, 2015 at 1:15 PM, Stephen Nutbrown steves...@gmail.com wrote: Hi, I have been looking for a date + time picker for Tapestry. I'd like a form component which

Re: [T5.4 beta 28] Date and time picker

2015-05-04 Thread Stephen Nutbrown
/ and a custom component extending AbstractField On Fri, May 1, 2015 at 1:15 PM, Stephen Nutbrown steves...@gmail.com wrote: Hi, I have been looking for a date + time picker for Tapestry. I'd like a form component which will bind

Re: [T5.4 beta 28] Date and time picker

2015-05-04 Thread Stephen Nutbrown
steves...@gmail.com wrote: Hi, I have been looking for a date + time picker for Tapestry. I'd like a form component which will bind to a java.util.Date object, and asks for a time as well as a date. I haven't had much luck, i've found bits of code here

Re: [T5.4 beta 28] Date and time picker

2015-05-04 Thread Stephen Nutbrown
On Fri, May 1, 2015 at 1:15 PM, Stephen Nutbrown steves...@gmail.com wrote: Hi, I have been looking for a date + time picker for Tapestry. I'd like a form component which will bind to a java.util.Date object, and asks for a time as well

Re: [T5.4 beta 28] Date and time picker

2015-05-04 Thread Stephen Nutbrown
extending AbstractField On Fri, May 1, 2015 at 1:15 PM, Stephen Nutbrown steves...@gmail.com wrote: Hi, I have been looking for a date + time picker for Tapestry. I'd like a form component which will bind

Re: [T5.4 beta 28] Date and time picker

2015-05-03 Thread Stephen Nutbrown
://eonasdan.github.io/bootstrap-datetimepicker/ and a custom component extending AbstractField On Fri, May 1, 2015 at 1:15 PM, Stephen Nutbrown steves...@gmail.com wrote: Hi, I have been looking for a date + time picker for Tapestry. I'd like a form component which

Re: [T5.4 beta 28] Date and time picker

2015-05-03 Thread Stephen Nutbrown
/ and a custom component extending AbstractField On Fri, May 1, 2015 at 1:15 PM, Stephen Nutbrown steves...@gmail.com wrote: Hi, I have been looking for a date + time picker for Tapestry. I'd like a form component which will bind to a java.util.Date object, and asks for a time as well

Re: [T5.4 beta 28] Date and time picker

2015-05-03 Thread akshay
/bootstrap-datetimepicker/ and a custom component extending AbstractField On Fri, May 1, 2015 at 1:15 PM, Stephen Nutbrown steves...@gmail.com wrote: Hi, I have been looking for a date + time picker for Tapestry. I'd like a form component which will bind

Re: [T5.4 beta 28] Date and time picker

2015-05-03 Thread Stephen Nutbrown
steves...@gmail.com wrote: Hi, I have been looking for a date + time picker for Tapestry. I'd like a form component which will bind to a java.util.Date object, and asks for a time as well as a date. I haven't had much luck, i've found bits of code here and there for older versions

Re: [T5.4 beta 28] Date and time picker

2015-05-02 Thread Stephen Nutbrown
On Fri, May 1, 2015 at 1:15 PM, Stephen Nutbrown steves...@gmail.com wrote: Hi, I have been looking for a date + time picker for Tapestry. I'd like a form component which will bind to a java.util.Date object, and asks for a time as well as a date. I haven't had much luck, i've found bits

Re: [T5.4 beta 28] Date and time picker

2015-05-01 Thread Dimitris Zenios
For tapestry 5.4 i have been using this javascript library https://eonasdan.github.io/bootstrap-datetimepicker/ and a custom component extending AbstractField On Fri, May 1, 2015 at 1:15 PM, Stephen Nutbrown steves...@gmail.com wrote: Hi, I have been looking for a date + time picker

[T5.4 beta 28] Date and time picker

2015-05-01 Thread Stephen Nutbrown
Hi, I have been looking for a date + time picker for Tapestry. I'd like a form component which will bind to a java.util.Date object, and asks for a time as well as a date. I haven't had much luck, i've found bits of code here and there for older versions of tapestry. I would have thought

Re: date and time picker (resolved)

2012-12-06 Thread John
It wasn't clear in the tapx DateField docs, but adding the code below fixed the issue... configuration.add(JQuerySymbolConstants.JQUERY_ALIAS, $T); - Original Message - From: John To: Tapestry users Sent: Thursday, November 29, 2012 2:19 PM Subject: Re: date and time picker

Re: date and time picker

2012-11-29 Thread Chris Cureau
wrote: Hi, Is there any tapestry component that is both a date and time picker? TIA John

Re: date and time picker

2012-11-29 Thread Lance Java
I've used this jquery UI plugin http://fgelinas.com/code/timepicker in a non-tapestry project and my users love it. -- View this message in context: http://tapestry.1045711.n5.nabble.com/date-and-time-picker-tp5718388p5718392.html Sent from the Tapestry - User mailing list archive

Re: date and time picker

2012-11-29 Thread John
users Sent: Thursday, November 29, 2012 1:56 PM Subject: Re: date and time picker I just tried the tapx component and that blew up... java.lang.RuntimeException: Service id 'DynamicTemplateParser' has already been defined

Re: date and time picker

2012-11-29 Thread Howard Lewis Ship
It's funny how few date/time pickers are out there. For my client, I've cobbled together a decent one that works on top of JSCal2, which is proprietary. Even then, its a bit of an integration nightmare. I'd really like to write a decent date/time picker on top of jQuery or Tapestry 5.4's DOM