 
					
				
		
03-29-2011 02:24 PM
 
					
				
		
03-30-2011 09:55 AM
 mgdc="http://www.omg.org/spec/DD/20100524/DC"
mgdc="http://www.omg.org/spec/DD/20100524/DC" mgdi="http://www.omg.org/spec/DD/20100524/DI"
mgdi="http://www.omg.org/spec/DD/20100524/DI" rint "Ordering $order.quantity\n"</script>
rint "Ordering $order.quantity\n"</script>03-30-2011 10:20 AM
 
					
				
		
03-30-2011 10:44 AM
03-31-2011 01:17 AM
 You shouldn't use the *.form files (and formKey) if you want external rendering
 You shouldn't use the *.form files (and formKey) if you want external rendering
					
				
			
			
				
			
			
			
			
			
			
			
		 
					
				
		
03-31-2011 04:59 AM
03-31-2011 05:07 AM
 
					
				
		
04-04-2011 04:53 AM
04-04-2011 06:12 AM
<bean id="processEngineConfiguration" class="org.activiti.engine.impl.cfg.StandaloneProcessEngineConfiguration">
    …
    <property name="customFormTypes">
       <list>
         <ref bean="myFormType"/>
       </list>
    </property>
    …
 
					
				
		
04-05-2011 02:54 AM
04-05-2011 03:33 AM
protected void initFormTypes() {
    if (formTypes==null) {
      formTypes = new FormTypes();
      formTypes.addFormType(new StringFormType());
      formTypes.addFormType(new LongFormType());
      formTypes.addFormType(new DateFormType("dd/MM/yyyy"));
    }
    if (customFormTypes!=null) {
      for (AbstractFormType customFormType: customFormTypes) {
        formTypes.addFormType(customFormType);
      }
    }
  }
 
					
				
				
			
		
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.