Re: [T5] component is not Datefield format for dd / mm / yyyy?

2008-04-25 Thread Geoff Callender
And https://issues.apache.org/jira/browse/TAPESTRY-2198 On 25/04/2008, at 10:35 PM, Marcelo Lotif wrote: There is an issue regarding this https://issues.apache.org/jira/browse/TAPESTRY-2304 let's vote and pray to get this resolved soon! =) 2008/4/25 Tomasz Dziurko <[EMAIL PROTECTED]>: Is t

Re: [T5] component is not Datefield format for dd / mm / yyyy?

2008-04-25 Thread Marcelo Lotif
There is an issue regarding this https://issues.apache.org/jira/browse/TAPESTRY-2304 let's vote and pray to get this resolved soon! =) 2008/4/25 Tomasz Dziurko <[EMAIL PROTECTED]>: > Is there any way of using old calendar or (better) is there any > component similar to this one but with more fe

Re: [T5] component is not Datefield format for dd / mm / yyyy?

2008-04-25 Thread Tomasz Dziurko
Is there any way of using old calendar or (better) is there any component similar to this one but with more features (localisation, data formatting, etc.)? Regards -- Tomasz Dziurko - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: [T5] component is not Datefield format for dd / mm / yyyy?

2008-04-25 Thread Davor Hrg
because of licensing issues, tapestrz has fallen back to a calendar with less features Davor Hrg On Fri, Apr 25, 2008 at 2:21 AM, Estevam Henrique Portela Mota e Silva < [EMAIL PROTECTED]> wrote: > Hi, > > Do I need to format dd / mm / is standard in Brazil but not worked. > Only worked 5.0

[T5] component is not Datefield format for dd / mm / yyyy?

2008-04-24 Thread Estevam Henrique Portela Mota e Silva
Hi, Do I need to format dd / mm / is standard in Brazil but not worked. Only worked 5.0.9 When can test, which is different 5.0.9 and 5.0.11 Start.java (source) Public Class Start { @ Persist Date _dateTest private; GetDateTest public Date () (return _dateTest;) public void setDateTest (Dat

Re: DateField format

2007-10-28 Thread Filip S. Adamsen
Hi, I had the same problem. You can find the complete list of magic characters here: http://www.dynarch.com/demos/jscalendar/doc/html/reference.html#node_sec_5.3.5 -Filip T. Papke skrev: Hi, i have tried the new Tapestry 5 DateField Component. If i setup a Dateformat for rendering, the com

Re: DateField format

2007-10-28 Thread Donyee
Try this: format="%Y%m%d", you will get "mmdd" also you can use :format="%Y-%m-%d", then you will get "-mm-dd" Do you need this? 2007/10/28, T. Papke <[EMAIL PROTECTED]>: > > Hi, > > i have tried the new Tapestry 5 DateField Component. If i setup a > Dateformat for rendering, the componen

DateField format

2007-10-28 Thread T. Papke
Hi, i have tried the new Tapestry 5 DateField Component. If i setup a Dateformat for rendering, the component itself behave not as espected. Could anyone confirm this as a bug or do i something wrong with that component? t:format="dd.MM."/> Thank you, Thomas Papke ---