Fixes a problem with DateDetail elements where the parse text was always overwritten...
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / reference / ReferenceDetailElement.java
index 80f99ebccf3a533314ead6f60b47fd629a592686..d66086f08fb70821c449aea8f04ec930ee15e970 100644 (file)
@@ -516,7 +516,7 @@ public class ReferenceDetailElement extends AbstractCdmDetailElement<Reference>
        public void exceptionOccurred(CdmPropertyChangeEvent event) {
                for (IExceptionHandler handler : exceptionHandlers) {
                        if (event == null) {
-                               clearException();
+                               handler.clearException();
                        } else {
                                handler.handleException(event);
                        }