I'm having trouble passing the information from my multiple select list in Velocity to
my java code.
<select multiple size=6 name=resourceLanguageId[]>
#foreach ($lang in $languages)
<option value="$lang.id"
#if ($lang.flag) selected #end
>$lang.name
#end
</select>
Displaying the select list items is fine, it's how to tell my java code which items
are selected that's giving me trouble . Can anyone point me the right direction?
Thank you,
Luke Majewski
Center for Promotion of Child Development Through Primary Care