从控制器我使用下面的代码渲染标签输出。
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()