带嵌入式的 Grails 脚手架
Posted
技术标签:
【中文标题】带嵌入式的 Grails 脚手架【英文标题】:Grails scaffolding with embedded 【发布时间】:2013-05-10 03:43:54 【问题描述】:与那些域类
class Foo
Bar bar
static embedded = [ 'bar' ]
class Bar
String name
还有一个控制器
class FooController
static scaffold = Foo
访问 /foo/create 时出错
java.lang.nullpointerexception cannot get property 'name' on null object
我发现 http://jira.grails.org/browse/GPSCAFFOLD-28 存在一个开放错误
由于目前没有计划的修复版本,是否有任何解决方法?
【问题讨论】:
这是一个对我有用的好方法:***.com/questions/15902093/… 【参考方案1】:这可能对你很有帮助@@https://github.com/bhannat2012/grails-employee-address-emb
【讨论】:
以上是关于带嵌入式的 Grails 脚手架的主要内容,如果未能解决你的问题,请参考以下文章