dbCreate in Datasource.groovy takes all the options hdm2ddl has: create-drop, create, update and validate (which I didn't find in the docs)
Controller.redirect has two options for passing an id to the action id and params, but if you specify both which one will be used?
controller.redirect(id:1, params:[id:2])
Trying this out I found the id supersedes the params.id.
Description
dbCreate in Datasource.groovy takes all the options hdm2ddl has: create-drop, create, update and validate (which I didn't find in the docs)
Controller.redirect has two options for passing an id to the action id and params, but if you specify both which one will be used?
controller.redirect(id:1, params:[id:2])
Trying this out I found the id supersedes the params.id.
Graeme Rocher added a comment - 04/Dec/09 07:38 AM Assigning all documentation related issues to 1.2 final since they don't represent a change to the codebase
Assigning all documentation related issues to 1.2 final since they don't represent a change to the codebase