JBoss Community

How to retreivce collection from FreeMaker form?

created by Adam Bach in jBPM - View the full discussion

How do I get data from

<SELECT MULTIPLE name="players" SIZE=5>

<OPTION VALUE="adam">Adam</OPTION>

<OPTION VALUE="adam1">Adam1</OPTION>

<OPTION VALUE="adam2">Adam2</OPTION>

<OPTION VALUE="adam3">Adam3</OPTION>

</SELECT>

 

as a collection of values for <#list players as player></#list> in different form? this select is in my starting form and i wont it to be stored in a variable after process starts, than i wont to list all elements on a different ftl form.

 

Please give me some short step by step explenation.

Reply to this message by going to Community

Start a new discussion in jBPM at Community