Re: datefield onchange

2012-08-19 Thread Howard Lewis Ship
Have you tried observing the change event? The onchange attr may get overwritten by the date field JS. On Sunday, August 19, 2012, Paul Stanton wrote: > Hi all, > > I've found the bug report: https://issues.apache.org/** > jira/browse/TAP5-1844 >

Re: Question tapestry service

2012-08-19 Thread George Christman
Hi Richard, I'll try and explain what the code does so youll be better able to help me. The dmsimport.class has a for loop that calls a method containing Parser parser = DMSFactory.getParser. From the for loop, I pass into the factory which parser were going to use. AutoMateParser is actually a cus

javascript component questions

2012-08-19 Thread ccureau
I have created a new component based on freecalendar and inserted it into the tapestry5-jquery tree. For those who work with that project, it is implemented in much the same way as the google calendar component. I'm happy with my progress, but I need to pass a lot of parameters to the javascript

datefield onchange

2012-08-19 Thread Paul Stanton
Hi all, I've found the bug report: https://issues.apache.org/jira/browse/TAP5-1844 .. and am using tapestry 5.3.3 so the fix has been applied, however I still can't get tapestry to call my 'onchange' handler. Is there some extra wiring required? Thanks, Paul. -

Re: Question tapestry service

2012-08-19 Thread Richard Frovarp
On 08/18/2012 05:36 PM, George Christman wrote: I have a few questions about the tapestry services. I'd like to be able to Inject services in these classes, however I'm a little confused. I understand if you want to be able to Inject a service, you must first bind the service in the app module. H

Re: Lightweight TapestryTools update site

2012-08-19 Thread Gavin Lei
Hi all, I have fixed issue 37(http://code.google.com/p/tapestrytools/issues/detail?id=37&can=1), it means that TapestryTools can custom components from Library component packages now, it is already in TapestryTools' update site, you guys can have a trial of it. Meanwhile, TapestryTools is now ava