cancel
Showing results for 
Search instead for 
Did you mean: 

Forms with Eclipse Designer plugin

marcgr
Champ in-the-making
Champ in-the-making
Hi!

I'm making a form with Eclipse Designer plugin and I've a little question:

Can anybody explain me how to fill the list of a "enum" formProperty? I want to make something like this:


       <activiti:formProperty id="Team" type="enum">
          <activiti:value id="A" name="A" />
          <activiti:value id="B" name="B" />
   </activiti:formProperty>

I just can set: Id, Name, Type, Value, Required, Readable and Writeable.
And Value don't accept:
      {A, B}
      A,B
      A;B
      …  :?:

Indeed, in that particular case I could use a boolean (that I also don't know how to use it).


Thx!
5 REPLIES 5

trademak
Star Contributor
Star Contributor
Right, that's not supported yet.
If you create a JIRA I'll make sure this will be implemented soon.

Best regards,

marcgr
Champ in-the-making
Champ in-the-making
Here is it:
http://jira.codehaus.org/browse/ACT-882

It was my first "post" in JIRA (I hope I have done well  Smiley Very Happy ).

Really thx for your quick answer.

marcgr
Champ in-the-making
Champ in-the-making
Hi!

is any new about that issue?

Best regards.

trademak
Star Contributor
Star Contributor
Hi,

Not yet. I'll have a look in the next days.

Best regards,

frontsphere
Champ in-the-making
Champ in-the-making
Hi,

Not yet. I'll have a look in the next days.

Best regards,

Hi,

are there any news about the topic? Thnx.