[UPDATE]
In der Klasse ccm-core/src/com/arsdigita/formbuilder/ui/editors/ProcessListenerForm.java die FormProcessException in der Zeile 136 umgebaut. git-svn-id: https://svn.libreccm.org/ccm/trunk@3240 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
a8f0bbe386
commit
5a45f4a54e
|
|
@ -133,7 +133,8 @@ public abstract class ProcessListenerForm extends PropertiesForm {
|
||||||
form = new PersistentFormSection(form_id);
|
form = new PersistentFormSection(form_id);
|
||||||
} catch (DataObjectNotFoundException ex) {
|
} catch (DataObjectNotFoundException ex) {
|
||||||
ex.printStackTrace();
|
ex.printStackTrace();
|
||||||
throw new FormProcessException("cannot find form",ex);
|
throw new FormProcessException(GlobalizationUtil.globalize(
|
||||||
|
"formbuilder.ui.editors.cannot_find_form"));
|
||||||
}
|
}
|
||||||
|
|
||||||
form.addProcessListener(l);
|
form.addProcessListener(l);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue