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
   
![image](https://user-images.githubusercontent.com/42200979/85272082-21e4f000-b495-11ea-9409-c6fd0df6363f.png)
   


----------------------------------------------------------------
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]


Reply via email to