Changeset 553


Ignore:
Timestamp:
Jun 10, 2010, 11:21:43 AM (14 years ago)
Author:
jahn
Message:

Changed name of CCMCommunicationManager to CommunicationManager?.

Location:
trunk
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/dbnp/query/QueryController.groovy

    r548 r553  
    3030
    3131    def index = {
     32        render( view:'index' )
     33    }
     34
     35
     36    def success = {
    3237            try {
    33             searchableService.search("Mouse")
    34             } catch( Exception e) { render e }
     38                println params
     39                render searchableService.search(params['bla'], type:"Term" )
     40            } catch( SearchEngineQueryParseException e) { println "SEQPE: " + e }
     41            catch( Exception e) { println e }
    3542            render "test" 
    3643    }
Note: See TracChangeset for help on using the changeset viewer.