grails the action accept a parmeter of type which has not been marked with @validateable
下一篇:很抱歉没有了
在grails 中运行项目出现The [mySimpleFunction] action accepts a parameter of type [java.util.Map] which has not been marked with Validateable.
def mySimpleFunction(Map myMap) {
}
如果在controller类中 定义内部的方法,而不是从界面调用的方法需要定义成私有的
private mySimpleFunction(Map myMap) {
}
顶
踩
相关文章:
- Grails 每日log配置方法【Grails中文教程】
- Grails Config配置文件设置【Grails中文教程】
- Groovy Grails domain实体类详解_属性校验排序【Grail
- Groovy Grails 教程 国际化多语言配置方法教程【Grail
- Groovy Grails 字段校验_属性校验选项_验证约束参数列
- Groovy Grails 教程 mysql数据库配置使用方法【Grails
- Groovy Grails 快速构建项目实例【Grails中文教程】
- Groovy Grails框架安装方法(图文)【Grails中文教程】
- eclipse 安装groovy grails 插件 (图文) 【groovy基础