--- In [email protected], Tom Chiverton <[EMAIL PROTECTED]>
wrote:
>
> DateField.*date* not DateField.*data*
> 
Tom, would be nice to use *date*, only.. this isn't a property of the
DateField...
There is however the property selectedDate, but as stated in the docs:
    "Date as selected in the DateChooser control."

So that doesn't apply for a manually entered date.
To be sure the problems are not part of my components, I created this
little testcase:

        <mx:DateField id="dfield"
                editable="true"
                firstDayOfWeek="1"
                formatString="DD/MM/YYYY" />
        <mx:DateValidator id="dval"
                inputFormat="DD/MM/YYYY"
                source="{dfield}"
                property="selectedDate" />

Which bumps up the 'This field is required'-error, even after
selecting a date with the DateChooser and focussing out.

I have the feeling, we're still far from home...

--Johan


Reply via email to