- Timestamp:
- Mar 18, 2011, 2:10:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/StudyWizardController.groovy
r1648 r1650 332 332 // remember the params in the flash scope 333 333 flash.values = params 334 335 // handle form data 336 subjectPage(flow, flash, params) 337 338 // reset errors 339 flash.wizardErrors = [:] 334 340 335 341 // refresh templates
Note: See TracChangeset
for help on using the changeset viewer.