Menu

#3 Cant bind to date property in JCalendarCombo

open
nobody
None
5
2012-01-30
2012-01-30
Anonymous
No

With groovy swingBuilder if I wrote "bean(model, startDate: bind { startDateWidget.date })". it does not work.
It looks like no event fired to notify date change.
but it works that way "bean(model, startDate: bind { startDateWidget.selectedItem; startDateWidget.date })"
startDateWidget is an instance of JCalendarCombo

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.