4142434445464748
private ConceptService conceptService; @InitBinder public void initBinder(WebDataBinder binder) { binder.registerCustomEditor(ConceptClass.class, new ConceptClassEditor()); binder.registerCustomEditor(Concept.class, new ConceptEditor()); }