joergrech / KickstartWithBootstrap

Kickstart is an extension for Grails in order to start your project with a good looking frontend. It is intended to be used in rapid application scenarios such as a Startup Weekend or a prototyping session with a customer. This plugin provides adapted scaffolding templates for standard CRUD pages using Twitter's CSS Framework Bootstrap and offers some basic pages for a web site.
65 stars 52 forks source link

Table Entries Missing in Generated Views #83

Open rpastel opened 10 years ago

rpastel commented 10 years ago

I am using grails 2.3.7 and kickstart-with-bootstrap:1.1.0.

When I "generate-all" of some domain model class, the generated gsp files for the domain model do not contain code for table entries. While using dynamic scaffolding controllers, the views work fine and have table entires. I can manually code the table entries into the generated gsp files and then the views work fine.

Is not including the generated table entry code intentional or an oversight?

Thank you