在 grails 程序中,我得到以下异常:
Stacktrace follows:
groovy.lang.GroovyRuntimeException: Cannot read write-only property: emptyStringsToNull
at geoway.catalogue.controller.CswController$_closure1.doCall(CswController.groovy:19)
at geoway.catalogue.controller.CswController$_closure1.doCall(CswController.groovy)
at java.lang.Thread.run(Thread.java:679)
在代码的这一点上,我可以找到以下行:
redirect(action:list,params:params)
整个项目不包含字符串“emptyStringsToNull”。我如何找到问题?