2010-01-19 112 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()函數。您應該嘗試在源代碼中找到函數的調用位置。它將提供更多信息。