[jboss-user] [jBPM] - return an array in human task form
xealous
do-not-reply at jboss.com
Wed Aug 1 07:27:49 EDT 2012
xealous [https://community.jboss.org/people/xealous] created the discussion
"return an array in human task form"
To view the discussion, visit: https://community.jboss.org/message/751430#751430
--------------------------------------------------------------
Hi,
I have a multiple selection box in my human task form with lots of "Project Codes" in it. I want to select some of them in the form and have an array of "selectedCodes". But it just returns a string, which is on the top of the selected ones. Please help me solve this question.
Here is the code from my form template:
> <select MULTIPLE name="selectedCodes" style="height: 50px; width: 230px">
> <option selected="selected" value="">Bir veya daha fazla kod seçin</option>
> <#list projectCodesResult as codes>
> <option>${codes}</option>
> </#list>
> </select>
Thanks,
Okan
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/751430#751430]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120801/f4992736/attachment.html
More information about the jboss-user
mailing list