My assumption was that in
<h:outputText value="Assignees: "/>
<s:selectManyPicklist id="assignees"
value="#{projectCreationBacker.assignees}" size="5">
<f:selectItems
value="#{projectCreationBacker.workerItems}"/>
</s:selectManyPicklist>
<f:verbatim><br><br></f:verbatim>
projectCreationBacker.assignees would be updated with the selected values.
Was I wrong?
--
View this message in context:
http://www.nabble.com/A-decent-example-of-picklist-t1535665.html#a4213112
Sent from the MyFaces - Users forum at Nabble.com.