02-26-2013 09:16 AM
<activiti:formProperty id="entityFindList_listbox_4" type="enum">
<activiti:value id="left" name="Go Left" />
<activiti:value id="right" name="Go Right" />
<activiti:value id="up" name="Go Up" />
<activiti:value id="down" name="Go Down" />
</activiti:formProperty>
<activiti:formProperty id="entityFindList_listbox_4" type="enum" enumValues ="${serviceObj.getValues()}">
02-26-2013 10:44 AM
<property name="customFormTypes">
<list>
<ref bean="dynamicEnum"/>
</list>
</property>
<!– Custom form types –>
<bean id="dynamicEnum" class="com.xxxx.xxxx.xxxxworkflow.business.impl.DynamicEnumFormType"/>
DynamicEnumFormType is a class which is extending AbstractFormType
02-28-2013 11:10 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.