I have a domain like this:
package helloworld
class User {
String name
int tuoi
String ho
static constraints = {
}
}
and a controller:
package helloworld
class UserController {
def scaffold = true
}
after i run project and browse to localhost:8080/helloworld/user/ i just get a blank page. why doesn't it show the page that plugin scaffold create ? i am using grails 2.4.4 and jdk version 1.7