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 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,
  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.com/p/tapestry5-jscalendar/
 
  --
  /Ted Steen
 


 --
 /ted

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Atenciosamente,
Marcelo Lotif


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 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 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,
   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.com/p/tapestry5-jscalendar/
  
   --
   /Ted Steen
  
 
 
  --
  /ted
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 Atenciosamente,
 Marcelo Lotif



-- 
/ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.com/p/tapestry5-jscalendar/

-- 
/Ted Steen

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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,
 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.com/p/tapestry5-jscalendar/

 --
 /Ted Steen



-- 
/ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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




Marcelo lotif wrote:
 
 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 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 to
 classpath, add method to load component...) ?

 Thank you !







 Ted Steen 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/
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

 --
 View this message in context:
 http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12408463
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 
 -- 
 Atenciosamente,
 Marcelo Lotif
 
 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12425132
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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:

span t:type=jscalendar/DatePicker date=date1 /

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, 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




 Marcelo lotif wrote:
 
  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 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 to
  classpath, add method to load component...) ?
 
  Thank you !
 
 
 
 
 
 
 
  Ted Steen 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/
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  
 
  --
  View this message in context:
 
 http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12408463
  Sent from the Tapestry - User mailing list archive at Nabble.com.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
  --
  Atenciosamente,
  Marcelo Lotif
 
 

 --
 View this message in context:
 http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12425132
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Atenciosamente,
Marcelo Lotif


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 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, 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




 Marcelo lotif wrote:
 
  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 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 to
  classpath, add method to load component...) ?
 
  Thank you !
 
 
 
 
 
 
 
  Ted Steen 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/
  
  
 -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  
 
  --
  View this message in context:
 
 http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12408463
  Sent from the Tapestry - User mailing list archive at Nabble.com.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
  --
  Atenciosamente,
  Marcelo Lotif
 
 

 --
 View this message in context:
 http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12425132
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 
 -- 
 Atenciosamente,
 Marcelo Lotif
 
 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12426133
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 to
classpath, add method to load component...) ?

Thank you !







Ted Steen 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/
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12408463
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 to
 classpath, add method to load component...) ?

 Thank you !







 Ted Steen 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/
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

 --
 View this message in context:
 http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12408463
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Atenciosamente,
Marcelo Lotif


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 lotif [EMAIL PROTECTED]:
  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
  not allowed (at
 
 classpath:br/com/javasoftware/representacoes/components/HSplitBorder.html,
  line 39, column 40). The content has been ignored.
 
  any hints?
 
  2007/8/16, Ted Steen [EMAIL PROTECTED]:
  
   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 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 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.

 2007/8/16, Marcelo lotif [EMAIL PROTECTED]:
  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
 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
  
  

   
 -
   To unsubscribe, e-mail:
 [EMAIL PROTECTED]
   For additional commands, e-mail:
 [EMAIL PROTECTED]
  
  
 
 
  --
  Atenciosamente,
  Marcelo Lotif
 


 --
 /ted


   
 -
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]


   
   
   
   
  
 _
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers
 Yahoo!
   Mail
   
   
 -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
  
   --
   /ted
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
  --
  Atenciosamente,
  Marcelo Lotif
 


 --
 /ted

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Atenciosamente,
Marcelo Lotif


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 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
 not allowed (at
 classpath:br/com/javasoftware/representacoes/components/HSplitBorder.html,
 line 39, column 40). The content has been ignored.

 any hints?

 2007/8/16, Ted Steen [EMAIL PROTECTED]:
 
  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 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 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.
   
2007/8/16, Marcelo lotif [EMAIL PROTECTED]:
 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
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
 
 
   
   -
  To unsubscribe, e-mail:
[EMAIL PROTECTED]
  For additional commands, e-mail:
[EMAIL PROTECTED]
 
 


 --
 Atenciosamente,
 Marcelo Lotif

   
   
--
/ted
   
   
   -
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]
   
   
  
  
  
  
  _
   Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo!
  Mail
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
  --
  /ted
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 Atenciosamente,
 Marcelo Lotif



-- 
/ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
not allowed (at
classpath:br/com/javasoftware/representacoes/components/HSplitBorder.html,
line 39, column 40). The content has been ignored.

any hints?

2007/8/16, Ted Steen [EMAIL PROTECTED]:

 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 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 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.
  
   2007/8/16, Marcelo lotif [EMAIL PROTECTED]:
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
   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


  
  -
 To unsubscribe, e-mail:
   [EMAIL PROTECTED]
 For additional commands, e-mail:
   [EMAIL PROTECTED]


   
   
--
Atenciosamente,
Marcelo Lotif
   
  
  
   --
   /ted
  
  
  -
   To unsubscribe, e-mail:
   [EMAIL PROTECTED]
   For additional commands, e-mail:
   [EMAIL PROTECTED]
  
  
 
 
 
 
 _
  Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo!
 Mail
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 /ted

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Atenciosamente,
Marcelo Lotif


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.

2007/8/16, Marcelo lotif [EMAIL PROTECTED]:
 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 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
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 Atenciosamente,
 Marcelo Lotif



-- 
/ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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.
 
 2007/8/16, Marcelo lotif [EMAIL PROTECTED]:
  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
 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
  
  

-
   To unsubscribe, e-mail:
 [EMAIL PROTECTED]
   For additional commands, e-mail:
 [EMAIL PROTECTED]
  
  
 
 
  --
  Atenciosamente,
  Marcelo Lotif
 
 
 
 -- 
 /ted
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 



  
_ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 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.
 
  2007/8/16, Marcelo lotif [EMAIL PROTECTED]:
   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
  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
   
   
 
 -
To unsubscribe, e-mail:
  [EMAIL PROTECTED]
For additional commands, e-mail:
  [EMAIL PROTECTED]
   
   
  
  
   --
   Atenciosamente,
   Marcelo Lotif
  
 
 
  --
  /ted
 
 
 -
  To unsubscribe, e-mail:
  [EMAIL PROTECTED]
  For additional commands, e-mail:
  [EMAIL PROTECTED]
 
 



   
 _
 Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
/ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 efficient code

YM!: thejavafreak
Blog: http://www.nagasakti.or.id/roller/joshua/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5: Date picker component

2007-04-01 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's me or the eclipse project files name it tapestry-FCKEditor?

--
Massimo
http://meridio.blogspot.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 picker component.

 http://code.google.com/p/tapestry5-jscalendar/

It's me or the eclipse project files name it tapestry-FCKEditor?

--
Massimo
http://meridio.blogspot.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
/ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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/calendar/ for more info on
jscalendar, it seems like a decent date picker component.

http://code.google.com/p/tapestry5-jscalendar/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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/

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
/ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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, 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 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/
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 Howard M. Lewis Ship
 TWD Consulting, Inc.
 Independent J2EE / Open-Source Java Consultant
 Creator and PMC Chair, Apache Tapestry
 Creator, Apache HiveMind

 Professional Tapestry training, mentoring, support
 and project work.  http://howardlewisship.com

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
/ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]