Top "Selectonemenu" questions

JSF tag to create a single-select menu.

f:selectItem's key and value inverted when feeding from a map

In JSF's tag, if you feed it using a Map<Key, Value> <h:selectOneMenu value="#{bean.integerProperty}"&…

dictionary jsf-2 selectonemenu
JSF selectOneMenu is refreshing and going back to its previous state rather than showing the new value

I have a datatable where a lot of selectOneMenu items are available , for example, for 10 items each having one selectOneMenu …

jsf jsf-2 selectonemenu valuechangelistener
Update value of other input components on change of h:selectOneMenu

I have a JSF 2.2 form that contains one <h:selectOneMenu>, inputs and 4 buttons to call CRUD methods. In …

jsf selectonemenu valuechangelistener
<h:selectOneMenu> value change listener invoked for all dropdowns instead of only the current

I'm using MyFaces 1.1. I have two <h:selectOneMenu>s dropdowns which each point to same valueChangeListener method. <…

jsf selectonemenu valuechangelistener
IE8 and Primefaces p:selectOneMenu misbehave when having a lots of p:selectOneMenu in a form

First of all, I want to apologize for the long code I post, they are very simple, it is just …

css internet-explorer jsf primefaces selectonemenu
How to display an inputText when specific selectOneMenu option is selected?

I want to create settings panel for application. The application will store the settings values into database table. The settings …

java ajax jsf jsf-2 selectonemenu
How can I customize the filter function for SelectOneMenu

I tried to find on Primefaces Documentation but I have not found how can I customize the filter function for …

primefaces filter selectonemenu filterfunction
Default for h:selectOneMenu with jsf

I'm trying to set a default value for my h:selectOneMenu, but for some reason the first item (see below) …

jsf jsf-2 selectonemenu
How to preselect an option of h:selectOneMenu

Is it possible to preselect one of the options from the select menu? I have this UI Component: <h:…

jsf initialization selectonemenu