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"
/>