2010-01-19 81 views
3

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

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

由于提前,路易斯

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 

回答

0

很难说,但似乎该方案通过了一项错误的类型值到java.util.GregorianCalendar.setTime()函数。您应该尝试在源代码中找到函数的调用位置。它将提供更多信息。