GRAILS CALENDAR 1.2.0-SNAPSHOT IS OUT…..
2 Comments so far
Leave a comment
The snapshot of new version of grails calendar plugin, has been released.
You can check the issues in the jira
More information about use, in the official wiki page
There are some information about new features, in a preview post.
Suggestions, help or features request , please sent a mail to grails mail list, or open a issue in jira system.
Cheers.
2 Comments so far
Leave a comment
Hello, the calendar:datePicker component return a string “struct” an not a Date instance, insted it put in params values like name_year, name_month, etc. Hot to read the value form params ?
Comment by Bax November 28, 2011 @ 07:32CalendarPlugin uses the same approach of the grails date/time taglib, controllers bind the values directly to Date in a domain object property.
Comment by mchiareli November 28, 2011 @ 07:48