This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Task Form - select option to have variable item list (coming from java class & execution variable)swiderski.maciej May 5, 2010 11:52 AM (in response to suklajbpm)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. 
- 
        2. Re: Task Form - select option to have variable item list (coming from java class & execution variable)suklajbpm May 14, 2010 4:41 AM (in response to swiderski.maciej)Hi Maciej I could not reply to you eralier. Thanks a lot, my problem is solved. Keep on good work ! Thanks once again & best of regards 
 
    