- Timestamp:
- Feb 18, 2010, 1:29:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/ManufacturerDetailedController.groovy
r374 r375 18 18 // In the case of an actionSubmit button, rewrite action name from 'index'. 19 19 if(params._action_Show) 20 { params.action='show' }20 params.action='show' 21 21 22 22 def manufacturerInstance = Manufacturer.get( params.id ) … … 52 52 // In the case of an actionSubmit button, rewrite action name from 'index'. 53 53 if(params._action_Edit) 54 { params.action='edit' }54 params.action='edit' 55 55 56 56 def manufacturerInstance = Manufacturer.get( params.id )
Note: See TracChangeset
for help on using the changeset viewer.