cancel
Showing results for 
Search instead for 
Did you mean: 

Group selection form field

julio_sampaio
Champ in-the-making
Champ in-the-making
Hi everyone,

We can use this code snippet to create a user selection field:

<activiti:formProperty id="revisor" name="Revisor" type="user"></activiti:formProperty>

Is there a type that allows selecting a group ? something like  'type="group"' ?

Thanks!
2 REPLIES 2

julio_sampaio
Champ in-the-making
Champ in-the-making
Oops, here is the code snippet
<code>
     <activiti:formProperty id="approver" name="Approver" type="user" required="true" />
</code>

jbarrez
Star Contributor
Star Contributor
No, that is not available out of the box.