AT: committing Palm extension changes to the CDM Libraries
[cdmlib.git] / cdmlib-remote / src / main / java / eu / etaxonomy / cdm / remote / controller / TaxonNodeListController.java
index fa509f498ef9117663d9f8d11f539458409c1923..cd7fc1bffd5550345674caa0da546ed1cc8b0434 100644 (file)
@@ -43,8 +43,7 @@ public class TaxonNodeListController extends BaseListController<TaxonNode, ITaxo
 
        private static final List<String> NODE_INIT_STRATEGY = Arrays.asList(new String[]{
                        "taxon.sec", 
-                       "taxon.name.taggedName",
-                       "taxon.name.titleCache"
+                       "taxon.name"
        });
        
        
@@ -59,11 +58,6 @@ public class TaxonNodeListController extends BaseListController<TaxonNode, ITaxo
                this.service = service;
        }
        
-       @InitBinder
-    public void initBinder(WebDataBinder binder) {
-               binder.registerCustomEditor(UUID.class, new UUIDPropertyEditor());
-       }
-       
        /**
         * @param treeUuid
         * @param response