Top "Selectonemenu" questions

JSF tag to create a single-select menu.

p:selectOneMenu value not set in bean

In p:selectOneMenu loginbranchName value is not set in bean.In selectItems having list of branchName.I'm using listener to …

jsf primefaces selectonemenu
How to set dropdown with values depending on another dropdown if both are set to required

Can anyone tell me how to automatically set <h:selectOneMenu> (or any other component) with values depending on …

validation jsf selectonemenu ajax-update
How to add tooltip to f:selectItems

For example the f:selectItems component doesn't support the title attribute in some versions of JSF. Would it be possible …

jsf tooltip selectonemenu
Pass param via h:link using bean with the same view scope( has a value of null and thus will not be added to the URL)

I have one bean with view scope and want pass parametr between two different pages and on first page before …

jsf jsf-2 primefaces selectonemenu
JSF/PrimeFaces selectOneMenu change view-id

I'm using JSF2 and PrimeFaces3. How can I write selectOneMenu that would invoke JSF navigation to redirect user to another …

jsf jsf-2 navigation primefaces selectonemenu
Make multiple dependent / cascading selection components in JSF

I am trying to make 4 dependent / cascading selection components. In this question, the selection component happens to be a <…

jsf hierarchy selectonemenu cascading ajax-update
PrimeFaces selectOneMenu have null new value in both valueChangeListener and ajax listener

I've got a problem with PrimeFaces. Here is my XHTML code : <p:selectOneMenu value="#{gCnewObjectBean.grille.branche}" valueChangeListener="#{gCnewObjectBean.…

jsf-2 primefaces selectonemenu valuechangelistener
conditional rendered f:selectItem possible problems

I have a page with several h:selectOneMenu or p:selectOneMenu and I want to use the same page for …

jsf jsf-2 selectonemenu rendered-attribute