We are following this tutorial: http://www.vogella.de/articles/EclipseEMF/article.html#createmodel_package
After auto-generating the edit and editor projects, which are eclipse plugins, we launch them and proceed to edit our models.
one of the fields on our model is a Calendar type. In the properties view, the input for this field is simply a text box, and we get an "IllegalArgumentException: The value '' is invalid" error no matter what we enter into this box.
Is there a way to get a "date picker" for a Calendar field?
