08-26-2009 11:25 AM
var doc1 = userhome.createFile("transform_me4.txt");
doc1.mimetype = "text/xml";
doc1.content = "<category><article>see me</article></category>";
doc1.save;
var temp1 = "<h3>Can you ${category.article}</h3>";
var result = doc1.processTemplate(temp1);
model.result = result;${result}Message: 07260344 Wrapped Exception (with status template): 07260343 Failed to execute script '/schema/getContent.get.js (in repository store workspace://SpacesStore/Company Home/Data Dictionary/Web Scripts)': 07260342 Error during processing of the template 'Expression category is undefined on line 1, column 15 in string://fixed.'. Please contact your system administrator.
Exception: freemarker.core.InvalidReferenceException - Expression category is undefined on line 1, column 15 in string://fixed.
<#assign doc = alf.parseXMLDocument(article.include_portal)> as alf is undefined.08-27-2009 04:51 AM
var node = avm.lookupNode(args['from']);
var result = node;
<#assign xml_doc=node.xmlNodeModel>
07270352 Wrapped Exception (with status template): 07270351 Error during processing of the template 'Expression alf is undefined on line 3, column 16 in schema/getContent.get.html.ftl.'. Please contact your system administrator.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.