Grails日历插件

时间:2010-01-19 14:18:02

标签: grails calendar plugins

我有一个groovy应用程序,它使用grails日历插件grails calendar plugin。 到目前为止,我使用的日历版本1.1.1在IE下有一些错误。 我已经升级到版本1.2.0-SNAPSHOT3但是现在我得到了这个例外 我不得不降级到我以前的版本。

有任何提示如何解决此问题?

先谢谢,路易斯

Error500:Error processing GroovyPageView: Error executing tag <g:form>: org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException: Error executing tag <calendar:datePicker>: groovy.lang.MissingMethodException: No signature of method: java.util.GregorianCalendar.setTime() is applicable for argument types: (java.lang.String) values: [Thu Oct 08 11:38:42 CEST 2009]
Servlet: grails
URI: /smtool/grails/billingAccounting/show.dispatch
Exception Message: No signature of method: java.util.GregorianCalendar.setTime() is    applicable for argument types: (java.lang.String) values: [Thu Oct 08 11:38:42 CEST 2009]
Caused by: Error processing GroovyPageView: Error executing tag <g:form>: org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException: Error executing tag <calendar:datePicker>: groovy.lang.MissingMethodException: No signature of method: java.util.GregorianCalendar.setTime() is applicable for argument types: (java.lang.String) values: [Thu Oct 08 11:38:42 CEST 2009]
Class: GrailsAuthenticationProcessingFilter 

1 个答案:

答案 0 :(得分:0)

很难说,但似乎程序将错误类型的值传递给java.util.GregorianCalendar.setTime()函数。您应该尝试在源代码中查找函数的调用位置。它将提供更多信息。