wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

AdvancedForm null values #188

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Related to 187

What steps will reproduce the problem?
1. Create a DateField in your form
2. Run the app
3. Select a date
4. Reset the form

What is the expected output? What do you see instead?
Expecting the selectedDate to be null
Throwing an error instead

in resetValues():
To allow null values for the DateField, we should not throw an error until we 
actually detected the type of 
tmpObject.

Original issue reported on code.google.com by afil...@gmail.com on 20 Jan 2009 at 5:03