<h:inputText id="field" value="#{hostGroupHome.filter.idTe}" />
<rich:suggestionbox for="field"
suggestionAction="#{teManager.autocomplete}"
var="detail"
selfRendered="true"
fetchValue="#{detail.id}">
<h:column>
<h:outputText value="#{detail.name}" />
</h:column>
</rich:suggestionbox>