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-94f89814c4df
master
tosmers 2015-02-18 21:04:18 +00:00
parent a8f0bbe386
commit 5a45f4a54e
1 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,8 @@ public abstract class ProcessListenerForm extends PropertiesForm {
form = new PersistentFormSection(form_id);
} catch (DataObjectNotFoundException ex) {
ex.printStackTrace();
throw new FormProcessException("cannot find form",ex);
throw new FormProcessException(GlobalizationUtil.globalize(
"formbuilder.ui.editors.cannot_find_form"));
}
form.addProcessListener(l);