1 Reply Latest reply on Sep 13, 2011 5:05 PM by heathcliff

    How to retreivce collection from FreeMaker form?

    heathcliff

      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.