Changeset 1718
- Timestamp:
- Apr 7, 2011, 10:52:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/StudyWizardController.groovy
r1715 r1718 1074 1074 1075 1075 // persist data to the database 1076 try {1076 // try { 1077 1077 // save study 1078 1078 // Grom a development message … … 1091 1091 1092 1092 success() 1093 } catch (Exception e) {1093 // } catch (Exception e) { 1094 1094 // rollback 1095 this.appendErrorMap(['exception': e.toString() + ', see log for stacktrace' ], flash.wizardErrors)1095 // this.appendErrorMap(['exception': e.toString() + ', see log for stacktrace' ], flash.wizardErrors) 1096 1096 1097 1097 // stacktrace in flash scope 1098 flash.debug = e.getStackTrace()1099 1100 error()1101 }1098 // flash.debug = e.getStackTrace() 1099 1100 // error() 1101 // } 1102 1102 } 1103 1103 on("error").to "error"
Note: See TracChangeset
for help on using the changeset viewer.