Re: [CForms]FormattingDateConvertor can't convert blank to date in current cvs version.

2004-05-10 Thread Bruno Dumon
On Sun, 2004-05-09 at 14:20, Upayavira wrote: Bruno Dumon wrote: On Sun, 2004-05-09 at 12:07, roy huang wrote: Hi All: If I user xml as data to binding cocoon forms,I must using DateConvertor to convert string to date like: fb:value id=date path=date

Re: [CForms]FormattingDateConvertor can't convert blank to date in current cvs version.

2004-05-10 Thread Joerg Heinicke
On 10.05.2004 17:50, Bruno Dumon wrote: I made a little error in my change, it simply needs an else value = null added. I'll fix it after the code freeze. Why after? Surely the code freeze is intended to be a time for fixing bugs (but not for committing 'innovations')? Code freeze is for fixing

Re: [CForms]FormattingDateConvertor can't convert blank to date in current cvs version.

2004-05-10 Thread roy huang
+1 - Original Message - From: Joerg Heinicke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 09, 2004 9:05 PM Subject: Re: [CForms]FormattingDateConvertor can't convert blank to date in current cvs version. On 09.05.2004 14:20, Upayavira wrote: I made a little error

Re: [CForms]FormattingDateConvertor can't convert blank to date in current cvs version.

2004-05-10 Thread Sylvain Wallez
Joerg Heinicke wrote: On 09.05.2004 14:20, Upayavira wrote: I made a little error in my change, it simply needs an else value = null added. I'll fix it after the code freeze. Why after? Surely the code freeze is intended to be a time for fixing bugs +1 That's what the code freeze is about.

[CForms]FormattingDateConvertor can't convert blank to date in current cvs version.

2004-05-09 Thread roy huang
Hi All: If I user xml as data to binding cocoon forms,I must using DateConvertor to convert string to date like: fb:value id=date path=date fd:convertor datatype=date fd:patterns fd:pattern-MM-dd/fd:pattern /fd:patterns /fd:convertor

Re: [CForms]FormattingDateConvertor can't convert blank to date in current cvs version.

2004-05-09 Thread Bruno Dumon
On Sun, 2004-05-09 at 12:07, roy huang wrote: Hi All: If I user xml as data to binding cocoon forms,I must using DateConvertor to convert string to date like: fb:value id=date path=date fd:convertor datatype=date fd:patterns

Re: [CForms]FormattingDateConvertor can't convert blank to date in current cvs version.

2004-05-09 Thread Upayavira
Bruno Dumon wrote: On Sun, 2004-05-09 at 12:07, roy huang wrote: Hi All: If I user xml as data to binding cocoon forms,I must using DateConvertor to convert string to date like: fb:value id=date path=date fd:convertor datatype=date fd:patterns

Re: [CForms]FormattingDateConvertor can't convert blank to date in current cvs version.

2004-05-09 Thread Joerg Heinicke
On 09.05.2004 14:20, Upayavira wrote: I made a little error in my change, it simply needs an else value = null added. I'll fix it after the code freeze. Why after? Surely the code freeze is intended to be a time for fixing bugs +1 That's what the code freeze is about. Otherwise we wouldn't need