cancel
Showing results for 
Search instead for 
Did you mean: 

Render form property enum

nino_pelleriti
Champ in-the-making
Champ in-the-making
Hi,
this is the guide form property with type enum

<activiti:formProperty default="left" id="direction" 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>

but this is what i can see on activiti-explorer (none item). How i can solve this?
thanks.
3 REPLIES 3

nino_pelleriti
Champ in-the-making
Champ in-the-making
<code><activiti:formProperty default="left" id="direction" 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></code>

jbarrez
Star Contributor
Star Contributor
What is wrong? What are you seeing?

nino_pelleriti
Champ in-the-making
Champ in-the-making
It was an intellij idea configuration problem. thanks for your support.