<h:selectManyListbox>
<f:selectItems value="#{adminLivrosBean.autoresId}"
var="autor" itemValue="#{autor.id}" itemLabel="#{autor.nome}" />
</h:selectManyListbox>
não está trazendo nada na caixa poderiam me ajudar?