From a49503cd13860f1286ba81797b1e4f4d41b1e109 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Tue, 6 Nov 2018 23:34:56 +0100 Subject: [PATCH] cleaner form --- .../src/main/webapp/forms/input-terms.html | 34 +++++++------------ 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/sentiment-analysis/src/main/webapp/forms/input-terms.html b/sentiment-analysis/src/main/webapp/forms/input-terms.html index 56b5e09..ffbd7b5 100644 --- a/sentiment-analysis/src/main/webapp/forms/input-terms.html +++ b/sentiment-analysis/src/main/webapp/forms/input-terms.html @@ -12,14 +12,8 @@ // declare variable 'terms' incuding metadata for serialization camForm.variableManager.createVariable({ name: 'terms', - type: 'Object', - value: terms, - valueInfo: { - // indicate that object is serialized as json - serializationDataFormat: 'application/json', - // provide classname of java object - objectTypeName: 'at.ac.tuwien.infosys.aic.serialized.model.Terms' - } + type: 'json', + value: terms }); }); @@ -28,20 +22,18 @@

Terms

-
-
-
-
- -
+
+
+
+
- Add
+ Add +
-- 2.43.0