Re: T5: date picker component updated!

2007-09-03 Thread Ted Steen
Ill try the beaneditform soon, in the meantime you can look at the test application in the source: http://tapestry5-jscalendar.googlecode.com/svn/trunk/src/test/ there is an example of how to alter the dateFormat. 2007/9/3, Marcelo lotif <[EMAIL PROTECTED]>: > Good! i tested it and it's ok! the p

Re: T5: date picker component updated!

2007-09-03 Thread Marcelo lotif
Good! i tested it and it's ok! the problem now is with BeanEditForm, that does not show date attributes... I just don't know how to get the dateFormat working, can you put an exemple of format here? 2007/9/2, Ted Steen <[EMAIL PROTECTED]>: > > Small update. > The date picker component was refacto

Re: T5: date picker component updated!

2007-09-02 Thread Ted Steen
Small update. The date picker component was refactored to an AbstractField to resolve Issue 3: Compatibility with BeanEditForm. 2007/9/2, Ted Steen <[EMAIL PROTECTED]>: > Hi again! > > A new version of the date picker component is released. > > Support for custom date format is now implemented, >

T5: date picker component updated!

2007-09-02 Thread Ted Steen
Hi again! A new version of the date picker component is released. Support for custom date format is now implemented, the format is passed as a JsDateFormat to the component via the parameter "dateFormat". Please feel free to check out the source and have a look - have fun! http://code.google.co

Re: T5: Date picker component

2007-08-31 Thread Juliet B
Ok, thanks, I just managed to pick a date ! A translator would be great... Thanks for your help :) Marcelo lotif wrote: > > at the moment, there is only one, but ted have plans to add a translator > and > other things too... > you use it like this: > > > > 2007/8/31, Juliet B <[EMAIL PROTE

Re: T5: Date picker component

2007-08-31 Thread Marcelo lotif
at the moment, there is only one, but ted have plans to add a translator and other things too... you use it like this: 2007/8/31, Juliet B <[EMAIL PROTECTED]>: > > > Hi, > > thanks a lot Marcelo, it worked ;) I did'nt add it to my WEB-INF/lib... > > I have now access to the DatePicker component,

Re: T5: Date picker component

2007-08-31 Thread Juliet B
Hi, thanks a lot Marcelo, it worked ;) I did'nt add it to my WEB-INF/lib... I have now access to the DatePicker component, but how can I know how it works, wich parameters are available ? I didn't manage to find any documentation specific to Tapestry. Any hint would be nice :) Thanks Marc

Re: T5: Date picker component

2007-08-30 Thread Marcelo lotif
Hi, you just have to add it to your WEB-INF/lib and also add it to your classpath i'm using eclipse and this works for me... :) 2007/8/30, Juliet B <[EMAIL PROTECTED]>: > > > Hi, > > i'm new to Tapestry and I tried to use DatePicker component, but I really > can't figure out how to load the compon

Re: T5: Date picker component

2007-08-30 Thread Juliet B
Hi, i'm new to Tapestry and I tried to use DatePicker component, but I really can't figure out how to load the component in my eclipse project. I already searched the mailing list and find answers but it don't seem to work for me. Can anyone explain me clearly which steps I have to follow (add t

Re: RE : Re: T5: date picker component

2007-08-21 Thread Marcelo lotif
Actually i do I'll post a message there in few minutes 2007/8/20, Ted Steen <[EMAIL PROTECTED]>: > > No, sorry, I do not. > If you discover some weird behaviour due to some bug in the date > picker please let me know. We have a issue tracker on the google-code > project. > > 2007/8/17, Marcelo lot

Re: RE : Re: T5: date picker component

2007-08-20 Thread Ted Steen
No, sorry, I do not. If you discover some weird behaviour due to some bug in the date picker please let me know. We have a issue tracker on the google-code project. 2007/8/17, Marcelo lotif <[EMAIL PROTECTED]>: > Ted, do you have any example of your DatePicker inside a BeanEditForm? > i'm trying t

Re: RE : Re: T5: date picker component

2007-08-17 Thread Marcelo lotif
Ted, do you have any example of your DatePicker inside a BeanEditForm? i'm trying to do it but i got this error 15:56:37.015 ERROR! [SocketListener0-1] org.apache.tapestry.internal.services.TemplateParserImpl.insideBody( TemplateParserImpl.java:313) >67> Content inside a Tapestry body element is n

Re: RE : Re: T5: date picker component

2007-08-16 Thread Ted Steen
I think it would be nice to have a DateFormat parameter on the component which can default to the current locale. I will have a look at it.. 2007/8/16, Julien HENRY <[EMAIL PROTECTED]>: > Hi, > > As I said on google bug tracker, a good idea would be > to put the date format in a localizable proper

RE : Re: T5: date picker component

2007-08-16 Thread Julien HENRY
Hi, As I said on google bug tracker, a good idea would be to put the date format in a localizable property file. Typically, date format will depend on the user locale. But I don't know how to do this... sorry. Julien --- Ted Steen <[EMAIL PROTECTED]> a écrit : > This is something we will work

Re: T5: date picker component

2007-08-16 Thread Ted Steen
This is something we will work on for the next "release" of this component. All ideas on how to dynamically generate the java script "ifFormat" for this (depending on the SimpleDateFormat on the server side) are welcome. oh! and also how to get the DateTranslator in the module to parse it correctly

Re: T5: date picker component

2007-08-16 Thread Marcelo lotif
i was looking for it a few days ago... just one question: it will have an "easy to set" translator in the future? if i want to set my own format i'll have to recompile the module ... Thanks! 2007/8/13, Ted Steen <[EMAIL PROTECTED]>: > > Hi! > A new version of our date picker component is release

T5: date picker component

2007-08-13 Thread Ted Steen
Hi! A new version of our date picker component is released. Compability issues with 5.0.5 is resolved. There are new features in un-commited code here, sent to me by Martin Dietze, but we want to have a closer look before we add it. http://code.google.com/p/tapestry5-jscalendar/ -- /ted --

T5: Date Picker component

2007-06-24 Thread Joshua Jackson
Dear all, Will we have date picker component bundled with T5 in the near future? I can't see this component yet available on the latest 5.0.5-SNAPSHOT. I must say that date picker is another essential component for today's apps. Thanks in advance. -- Let's create a highly maintainable and effic

Re: T5: Date picker component

2007-04-01 Thread Ted Steen
Thats fixed now. 2007/4/1, Massimo Lusetti <[EMAIL PROTECTED]>: On 3/30/07, Ted Steen <[EMAIL PROTECTED]> wrote: > While at it we put our jscalendar library (with a DatePicker implemented) > See http://www.dynarch.com/projects/calendar/ for more info on > jscalendar, it seems like a decent date

Re: T5: Date picker component

2007-03-31 Thread Massimo Lusetti
On 3/30/07, Ted Steen <[EMAIL PROTECTED]> wrote: While at it we put our jscalendar library (with a DatePicker implemented) See http://www.dynarch.com/projects/calendar/ for more info on jscalendar, it seems like a decent date picker component. http://code.google.com/p/tapestry5-jscalendar/ It

Re: T5: Date picker component

2007-03-31 Thread Howard Lewis Ship
I have to figure out if the underlying LGPL library will cause us problems or not. That's the same library used by the Tacos DatePicker and it is the best. On 3/31/07, Ted Steen <[EMAIL PROTECTED]> wrote: Consider it yours. But some creds would be nice.. ;) There is still work left to do on it,

Re: T5: Date picker component

2007-03-31 Thread Ted Steen
Consider it yours. But some creds would be nice.. ;) There is still work left to do on it, but it works fine. 2007/3/31, Howard Lewis Ship <[EMAIL PROTECTED]>: I'm not sure of the legality of me just steeling your work for T5 ... unless it was submitted as a patch, which is an implicit CLA. On

Re: T5: Date picker component

2007-03-31 Thread Howard Lewis Ship
I'm not sure of the legality of me just steeling your work for T5 ... unless it was submitted as a patch, which is an implicit CLA. On 3/30/07, Ted Steen <[EMAIL PROTECTED]> wrote: While at it we put our jscalendar library (with a DatePicker implemented) See http://www.dynarch.com/projects/calen

T5: Date picker component

2007-03-30 Thread Ted Steen
While at it we put our jscalendar library (with a DatePicker implemented) See http://www.dynarch.com/projects/calendar/ for more info on jscalendar, it seems like a decent date picker component. http://code.google.com/p/tapestry5-jscalendar/ --