I am building a grails DB web application for my company and find that I need to change the default backing templates.
So far so good, everything is generated using modified templates (controllers, views, ...).
Now, however, I am getting a request to create some “composite screens” with functions and layout that differ from the rewritten templates.
So now my question is: is it possible in grails to create one or more templates (the next by default) and pass this template name as an argument to the commands generate-*?
Thanks in advance!
EDIT: Adding a template name to the generation commands was just an idea, if it could be done in another way, I would be happy too.
source
share