Re: [flexcoders] How to DataBind to DateField when Null Values come into play??

2007-03-20 Thread Sam Shrefler
Mike: What is the type of the property you are trying to bind to in your Value Object? A DateField selectedDate property can be sent to null and should give you an empty date. I've extended the DateField making my own DateField Component -> EditDateField and I always use that whenever I use Dat

RE: [flexcoders] How to DataBind to DateField when Null Values come into play??

2007-03-19 Thread Tracy Spratt
Perhaps a ternary conditional? "{(myDateProperty) ? myDateProperty : someDefaultDate}" Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Anderson Sent: Monday, March 19, 2007 3:06 PM To: flexcoders@yahoogroups.com Subject: [fl