grails templates - scaffolding controller
问题 I'm a newbie on grails. I am now currently working on my scaffolding templates especially on my controllers. I wanted a customized controller everytime I generate it so I used "install-templates". I always create a Command object on controllers, is it possible to include the fields from my domain class to my command object in my generated controller? I know I have to do it in controller templates but i dont know how to code it or if it is even possible. So everytime I use generate-controllers