cancel
Showing results for 
Search instead for 
Did you mean: 

Form Property element Data type

master1
Champ in-the-making
Champ in-the-making
Hi,

I am working on External form rendering

in my java application I am reading the element type using formproperties,

the examples shows only the types String, date , long and enum.

I am looking for the equivalent data type for boolean, integer, textarea etc.,

can anybody help me or suggest me , what is the equivalent data type for the above:


Note: the below lines giving me error when I try to deploy.

eg:

<activiti:formProperty id="vacationPay"
          name="vacationPay"
          variable="vacationPay"
          type="boolean"
          required="true"
          writable="true"
        />
2 REPLIES 2

tombaeyens
Champ in-the-making
Champ in-the-making
I added this to the userguide:

We support following form property types:

* string (org.activiti.engine.impl.form.StringFormType)
* long (org.activiti.engine.impl.form.LongFormType)
* enum (org.activiti.engine.impl.form.EnumFormType)
* date (org.activiti.engine.impl.form.DateFormType)