11-27-2013 09:54 AM
<config evaluator="string-compare" condition="activiti$miForm">
<forms>
<form>
<field-visibility>
<show id="bgwf:myPropertie1" />
</field-visibility>
<appearance>
<set id="mySet" apprearance="title" label-id="workflow.set.Info"/>
<field id="bgwf:startSAPAction" label-id="workflow.field.opSAPAction" set="mySet" >
<control template="/org/alfresco/components/form/controls/workflow/my-custom-control.ftl" />
</field>
</appearance>
</form>
</forms>
</config>
<div class="form-field">
<label for="${fieldHtmlId}">${field.label?html}:<#if field.mandatory><span class="mandatory-indicator">${msg("form.required.fields.marker")}</span></#if></label>
<select id="${fieldHtmlId}" name="${field.name}" tabindex="0">
<#list companyhome.childrenByLuceneSearch["PATH:\"/app:company_home/cm:Folder_test/*\""] as child>
<option value="${child.properties["name"]}">${child.properties["name"]}</option>
</#list>
</select>
</div>
2013-11-27 12:59:18,094 ERROR [freemarker.runtime] [http-apr-28080-exec-6] Template processing error: "Expression companyhome is undefined on line 11, column 40 in org/alfresco/components/form/controls/workflow/my-custom-control.ftl."
Expression companyhome is undefined on line 11, column 40 in org/alfresco/components/form/controls/workflow/my-custom-control.ftl.
11-27-2013 10:31 AM
11-27-2013 11:33 AM
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.