You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: