Changeset 1919
- Timestamp:
- Jun 8, 2011, 4:06:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/query/AdvancedQueryController.groovy
r1913 r1919 265 265 Search s = Search.register( name, url, entity, results ); 266 266 int searchId = saveSearch( s ); 267 268 println "Params: " + params.url269 println "Search: " + s.url270 267 271 268 // Redirect to the search screen
Note: See TracChangeset
for help on using the changeset viewer.