I have a select tag defined as - 
<s:select name = "user.projects" 
        key = "user.projects" multiple="true" size="10" cssStyle="width :
250
        list="allProjects"   
        listKey="id"
        listValue="name" />

Does anyone has a working example of how to read the multiple  values of an
object type (here Project) selected from the select box in the action
method?

Also, do I need to use a converter as the collection being passed to
populate the list items contains the object of type "Project"?

Please help..!

Thanks,
Richa
-- 
View this message in context: 
http://www.nabble.com/Help-with-S%3ASelect-tp20939927p20939927.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to