--- In [email protected], Tom Chiverton <[EMAIL PROTECTED]>
wrote:
>
>
> Why are you manipulating the String of a DateField, and not the Date ?
>
Hi Tom,
This is because the call to super.doValidation(value) needs a string
as parameter, using the date gives the following validationError:
"Please enter a year between 0 and 9999"
And this is for a date picked with the DateChooser of the control...
I also noticed that the DateField.data-property doesn't seem to be
altered at all whether typing or selecting a new date.
--Johan