I am trying to make a new connector in Bonita BPM but the select widget shows the entries at random. the xml treats it as a tree-map and i cannot do anything about it. My xml looks like :
<select>
<labelId>ZZZZZ</labelId>
<setter reference="/connector/inputs/setter[2]"/>
<values class="tree-map">
<entry>
<string>XXXXXX</string>
<string>XXX</string>
</entry>
<entry>
<string>YYYYYY</string>
<string>YYY</string>
</entry>
...
Is there something that I can do to order the pop-down alphabetically or so?
Thanks.