Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/11/08 23:52:52 (7 months ago)
Author:
bmckown
Message:

complex_obs branch: Changed to mapping the ComplexObsHandlers instead of using ConceptComplexHandler class.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/complex_obs/src/web/org/openmrs/web/controller/ConceptFormController.java

    r4129 r4166  
    470470                 
    471471                //get complex handlers 
    472                 map.put("handlers", cs.getAllComplexHandlers()); 
     472                //map.put("handlers", cs.getAllComplexHandlers()); 
     473                map.put("handlers", Context.getObsService().getComplexObsHandlers()); 
    473474                 
    474475                // make spring locale available to jsp