2 Replies
-
Hi,
It is difficult to say without seeing the code and DB, especially for the custom script.
What could be in your case.org.jdom.Element is a Java-class and it should be called through new, e.g.:
var obj = new org.jdom.Element("something");
-