Maciej Swiderski [
http://community.jboss.org/people/swiderski.maciej] replied to the
discussion
"Task Form - select option to have variable item list (coming from java class &
execution variable)"
To view the discussion, visit:
http://community.jboss.org/message/541375#541375
--------------------------------------------------------------
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
[
http://community.jboss.org/message/541375#541375]
Start a new discussion in jBPM Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]