Top "Selectonemenu" questions

JSF tag to create a single-select menu.

JSF . SelectOneMenu and SelectItems

I'm trying to let user select an item of a collection from a dropdown list in JSF. This is the …

jsf selectonemenu
selecting item from primeface's selectOneMenu not working

I'm having problem with getting the selected item from a selectOneMenu.Here is my JSF code: <h:form id="…

jsf primefaces selectonemenu
p:selectOneMenu does not set value in bean

Quick question. This hasn't happened to me before when working with SelectOneMenu. This is my code. <h:outputLabel for="…

jsf primefaces selectonemenu updatemodel
Getting selected value of a SelectOneMenu

I'm testing the component "SelectOneMenu" on a jsf page. I'm populating this component dinamically though my ManageBean (that will get …

jsf-2 managed-bean selectonemenu
How to update multiple components (selectOneMenu) with depending objects relations?

i have the following (self-explanatory) entity-relation: * Manufacturer * Car (Manufacturer.getCars()) * Tire (Car.getTires()) MyBean private List<Manufacturer> allManufacturers …

jsf jsf-2 primefaces selectonemenu
How to update a selectonemenu depending on other one selected value?

I've been having a trouble trying to make my selectOneMenu content, depend on the value selected on the other. The …

java jsf primefaces selectonemenu dynamic-content
selectonemenu jsf on objects with converter

Here is my SelectOneMenu <h:selectOneMenu value="#{bean.myObject}" > <f:ajax render="componentToRender" listener="#{bean.onSelect}"/> &…

jsf converter selectonemenu
SelectOneMenu updates other SelectOneMenu

I want to update the second SelectOneMenu when I select any item of the first SelectOnMenu. As it is now, …

java ajax jsf managed-bean selectonemenu
JSF Primefaces SelectOneMenu

Person can have only one car , but in the datatable I want to display all the cars in the list …

jsf primefaces datatable selectonemenu
Primefaces dependent selectOneMenu and required="true"

In my application I have three dropdown menu (p:selectOneMenu), say A, B, C. Among them two are dependent, say …

jsf jsf-2 primefaces selectonemenu