Grails:从具有多个属性的控制器渲染选择标记

时间:2017-10-10 07:37:06

标签: groovy grails3

从控制器我使用下面的代码渲染标签输出。

List output = someService.getLetterListByProject(params.projectId);
render g.select(name:params.name,from:output,id:params.id,class:params.classes,optionKey:params.optionKey,optionValue:params.optionValue,noSelection:params.noSelection)

但我在打电话时遇到异常。如下所示。

Exception in getLetterListByProject in controller  LetterGenerationController :groovy.lang.MissingMethodException: No signature of method: java.lang.String.entrySet() is applicable for argument types: () values: []
Possible solutions: toSet(), getBytes(), every()

0 个答案:

没有答案