run-app时遇到的问题,求助!
xin99xin
2009-12-14
2009-12-14 11:20:00,578 [main] ERROR plugins.DefaultGrailsPlugin - Cannot gener
ate controller logic for scaffolded class true. It is not a domain class! 一直报这个错误,重新生成domain class,clean都未能排除,网上搜说domain class的首行不能是空行,试了一下还不行。 另外,我尝试用netbeans做grails开发,可是生成项目时到14%就停止在输入项目名称那里了,又无法输入名称,不知道大伙儿有没有遇到这个情况的? |
|
wusema
2009-12-14
xin99xin 写道
Cannot generate controller logic for scaffolded class true. It is not a domain class!
我猜你要生成的类Controller有下面类似代码:
class BookController { def scaffold = true } |