pashminakazi opened a new issue #871: URL: https://github.com/apache/royale-asjs/issues/871
Select Date and click save button then validateFormOnServer function will be called.In that function we are doing ``` var date1:String = cc_AthrzDate.value.toString(); var date2:String = cc_CanclDate.value.toString(); ``` cc_AthrzDate is mx:DateField. cc_AthrzDate.value.toString(); is throwing exception because **cc_AthrzDate.value** is null Please check this example  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
