This code might solve your problem.
<html:select property="scopeAllChoices" name="ReqBean" multiple="true">
<logic
resent name="ReqBean" property = "eligGrpMemIdList">
<html
ption value="-1" >
<bean:message key="txtAll"/></html
ption>
<html
ptions name="ReqBean" property = "scopeID" labelName="ReqBean" labelProperty = "scopeDesc"></html
ptions>
</logic
resent>
</html:select>
Where
scopeAllChoices must be a
String[] which holds the selected list of values.
scopeID must be an arraylist containing id's
scopeDesc must be an arraylist containing desc