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.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 (Date dateTest) (_dateTest = dateTest;)
 }

 Start.tml

 html xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;
 head
 title System Start Page /title
 / head

 body
 t:form
 t:datefield value=dateTest format=%d/%m/%Y/
 /t:form
 / body
 /html

 POM.xml - I put 5.0.11
 5.0.11 - does not work the date format is mm / dd / .
 How resolved?

 --
 Regards,

 Estevam Henrique Portela Mota e Silva
 [EMAIL PROTECTED]
 Programmer Java and Tapestry
 Brazil - Fortaleza / CE
 Handicapped Auditory = deaf



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



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 features (localisation,
 data formatting, etc.)?

 Regards
 --
 Tomasz Dziurko

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




-- 
Atenciosamente,
Marcelo Lotif


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





--
Atenciosamente,
Marcelo Lotif



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



[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 (Date dateTest) (_dateTest = dateTest;)
}

Start.tml

html xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;
 head
 title System Start Page /title
 / head

 body
t:form
t:datefield value=dateTest format=%d/%m/%Y/
/t:form
 / body
/html

POM.xml - I put 5.0.11
5.0.11 - does not work the date format is mm / dd / .
How resolved?

-- 
Regards,

Estevam Henrique Portela Mota e Silva
[EMAIL PROTECTED]
Programmer Java and Tapestry
Brazil - Fortaleza / CE
Handicapped Auditory = deaf


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:DateField t:id=birthday t:value=customer.birthday 
t:format=dd.MM./



Thank you,
Thomas Papke

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



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 component itself behave not as espected.
 Could anyone confirm this as a bug or do i something wrong with that
 component?

 t:DateField t:id=birthday t:value=customer.birthday
 t:format=dd.MM./


 Thank you,
 Thomas Papke

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




-- 
徐 依伟


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 component itself behave not as espected. 
Could anyone confirm this as a bug or do i something wrong with that 
component?


t:DateField t:id=birthday t:value=customer.birthday 
t:format=dd.MM./



Thank you,
Thomas Papke

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




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