I tried tapx-datefield 1.2-SNAPSHOT which at least runs but then the the js is missing?
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; MDDR; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1; .NET4.0C; .NET4.0E; BRI/2) Timestamp: Thu, 29 Nov 2012 14:16:58 UTC Message: Object expected Line: 21 Char: 5 Code: 0 URI: http://localhost:8080/AuditManager/assets/1.0-SNAPSHOT-DEV/tapx/tapx-datefield.js ----- Original Message ----- From: John To: Tapestry 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 by com.howardlewisship.tapx.core.services.CoreModule.buildDynamicTemplat eParser(DynamicTemplateParserImpl, UpdateListenerHub) (at CoreModule.java:127) a nd may not be redefined by org.apache.tapestry5.internal.dynamic.DynamicTemplate ParserImpl(ClasspathURLConverter, BindingSource, PageSource, TemplateParser) (at DynamicTemplateParserImpl.java:45) via org.apache.tapestry5.services.TapestryMo dule.bind(ServiceBinder) (at TapestryModule.java:308). You should rename one of the service builder methods. at org.apache.tapestry5.ioc.internal.RegistryImpl.<init>(RegistryImpl.ja va:183) at org.apache.tapestry5.ioc.RegistryBuilder.build(RegistryBuilder.java:1 77) at org.apache.tapestry5.internal.TapestryAppInitializer.createRegistry(T apestryAppInitializer.java:200) at org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:109) at org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:97) ----- Original Message ----- From: John To: Tapestry users Sent: Thursday, November 29, 2012 1:32 PM Subject: Re: date and time picker It's rumoured there's one in tapx, but I can't find docs on that? I'm looking for a month view plus hour/minute drop down. ----- Original Message ----- From: Chris Cureau To: Tapestry users Sent: Thursday, November 29, 2012 1:25 PM Subject: Re: date and time picker I haven't found a ready-made tapestry component, but building up a component isn't too hard. Mobiscroll (http://mobiscroll.com) is a good option, as is jQuery TIme Entry (http://keith-wood.name/timeEntry.html) depending on your needs. On Thu, Nov 29, 2012 at 7:03 AM, John <j...@quivinco.com> wrote: > Hi, > > Is there any tapestry component that is both a date and time picker? > > TIA > John