Top "Selectonemenu" questions

JSF tag to create a single-select menu.

Update SelectOneMenu if value of ohter SelectOneMenu is set (Event isn't fired)

In my application I'm trying to set/update a SelectOneMenu if another SelectOneMenu is set. We're using primefaces, so I …

ajax events jsf primefaces selectonemenu
Primefaces selectOneMenu converter called but not working

I've looked at the other questions this and this, etc, the problem is that my convert gets called but the …

java jsf-2 primefaces converter selectonemenu
How to display hashmap in JSF using selectonemenu?

I have a Java hashmap with a a list of a groups: private HashMap<String, String> listGroups = new …

jsf jsf-2 selectonemenu
JSF SelectOneMenu with noSelectionOption using label as value?

In a "create new user" jsf page, I have a SelectOneMenu with a custom converter and a noSelectionOption selectItem like …

jsf jsf-2 converter selectonemenu
JSF Add to selectOneMenu from a List<School>

I have a List object which hold School.Id, School.Name, and School.Address . I need to list all the …

java jsf netbeans glassfish-3 selectonemenu
JSF update inputText after selectOneMenu choice

I want to change the inputTexts' values when I choose another Skin from my selectOneMenu. Everything is doing well, my …

jsf selectonemenu
Converter in JSF (PrimeFaces) with SelectOneMenu: Validation Error

I'm making a project in JSF with PrimeFaces and I have a problem with <p:SelectOneMenu>, specifically with …

validation jsf converter selectonemenu
change selected item of selectonemenu primefaces by managedbean of javascript

I want to change the selected value of this selectOneMenu either by managed bean or javascript: <p:selectOneMenu id="…

jsf-2 primefaces selectonemenu
How to group selectItems in selectOneMenu

I would like to use the example from the primefaces showcase to group selectItems in selectOneMenu: <h:outputText value="…

jsf-2 primefaces selectonemenu
h:selectOneMenu with boolean items doesn't work with null value

I'm working with JSF 2.0, JBoss 7.1.1 Final and I have following problem with selectOneMenu. I want to be able to set …

jsf-2 boolean el selectonemenu