<html:select> List<String>

Existe alguma maneira de exibir uma List usando a tag html:select do struts sem criar um bean??

Tenho a seguinte lista:

List listaNomeUsuarios

<html:select property="funcNaoAssociadasPerfil" size="10" multiple="true" style="width:350px;" styleClass="textInput">
<html:options collection="listaUsuariosVinculados" ???não existe propriedade, pois eh uma lista de string???/>
</html:select>