In our RAP project we have a form for setting values to different types of fields like Long, Double, Date, etc. We want this form to allow user to choose null as one of the possible values for all types. While it's not a big issue for numeric fields, for Date we use standard DateTime widget where it's impossible to leave the filed empty.

One solution would be to use a checkbox combined with the picker disabling it, but the usability suffers in this case.

There is a completely satisfying solution for RCP - CalendarCombo delivered by Nebula project. But the RAP version doesn't seem to be coming. And porting it is somewhat tricky.

Is there something we're missing? Any ideas will be very welcome.

link|improve this question
I agree with you. Usually for birthday, sometimes people want to choose (as a Date object), and if people do not want to choose, it should be null. – Jef Oct 8 '11 at 14:47
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.