ref #9838: change order of ui element creation and setting entity in collection elements
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / AbstractEntityCollectionElement.java
index bff0fa6561fc81e5d937eee62a17f1481ea363df..7044b08db673fc3eada00ef359ee82f9a038aa94 100644 (file)
@@ -114,9 +114,10 @@ public abstract class AbstractEntityCollectionElement<ENTITY>
                        btnRemove.setEnabled(isEnabled);
                }
 
-               createControls(this, style);
+               
 
                setEntity(entity);
+               createControls(this, style);
        }
 
        /**