mercredi 3 décembre 2014

jsf selectonemenu show another selected option


Vote count:

-1




I'm using JSF selectOneMenu for rendering list of some users.



<h:selectOneMenu>
<f:selectItems value="#{bean.users}" var="user" itemLabel="#{user.name - user.email}"
itemValue="#{user.id}"/>
</h:selectOneMenu>


I want to show user name and user email when select is opened, and when some option is selected i want to show only user email for example. Is it possible to implement it? Thank in advance!



asked 1 min ago







jsf selectonemenu show another selected option

Aucun commentaire:

Enregistrer un commentaire