executing commit of current session in the conversation holder when view is refreshed...
[taxeditor.git] / eu.etaxonomy.taxeditor.navigation / src / main / java / eu / etaxonomy / taxeditor / navigation / navigator / TaxonNavigator.java
index 94aeb170bc0fcd422e46a774376fd25927bc9c0f..e656dcba82b4769e6e11e2d5c71cdeb815129c9e 100644 (file)
@@ -110,7 +110,8 @@ public class TaxonNavigator extends CommonNavigator implements
         */
        public void refresh() {
                if(getConversationHolder() != null){
-                       getConversationHolder().bind();
+                       getConversationHolder().bind();                 
+                       getConversationHolder().commit();
                }
                getCommonViewer().refresh();
        }