Changeset 280 for trunk/grails-app/controllers
- Timestamp:
- Mar 17, 2010, 3:42:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy
r279 r280 510 510 this.appendErrorMap(['exception': e.toString() + ', see log for stacktrace' ], flash.errors) 511 511 512 // debug line513 println e.printStackTrace()512 // stacktrace in flash scope 513 flash.debug = e.getStackTrace() 514 514 515 515 println "rollback"
Note: See TracChangeset
for help on using the changeset viewer.