Community

Task Form - select option to have variable item list (coming from java class & execution variable)

reply from Maciej Swiderski in jBPM Development - View the full discussion

Hi,

 

you can use following syntax in your form template:

 

<select>

     <#list YOUR_LIST as item>

          <option value="${item}">${item}</option>

      </#list>

</select>

 

HTH

Maciej

 

BTW, for this type of questions please use parent forum. This one is dedicated for development of jBPM code base.

Reply to this message by going to Community

Start a new discussion in jBPM Development at Community