Top "Selectonemenu" questions

JSF tag to create a single-select menu.

selectOneMenu style in PrimeFaces

I have been struggling to make adjustments in the fonts size and adjustment i the selectOneMenu, but i have come …

primefaces selectonemenu
primefaces selectOneMenu doesn't working when it should

I'm losing days with this strange problem, I double checked everything but my selectOneMenu simply doesn't works and I can't …

jsf-2 primefaces selectonemenu
Using enum in selectOneMenu fails with: 'Male' must be convertible to an enum

I am about developing a small jsf project and I arrived to a state that I have to store a …

jsf enums selectonemenu
How can I get p:selectOneMenu to calculate its width correctly inside dialogs?

When I embed a p:selectOneMenu in a p:dialog, its initial width is too small in Primefaces 3.4. The width …

dialog primefaces selectonemenu
Valuechangelistener on <p:selectOneMenu> works but an Exception is being thrown. Why?

I'm using Primefaces 3.3.1 and have a <p:selectOneMenu> where I'm selecting a new value. When selecting a new …

jsf-2 primefaces selectonemenu valuechangelistener
How can I get values out of a selectOneMenu inside a JSF datatable?

I have a JSF datatable with a bunch of rows, with each row having a selectOneMenu inside of it like …

jsf datatable selectonemenu
JSF <h:selectOneMenu> valueChangeListener does not work

Hi I have a jsp page like this <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859…

jsf selectonemenu valuechangelistener
Different colors of options in selectOneMenu (Primefaces)

I need to display different colors of options in Primefaces. I have a selectOneMenu with dynamical items (List) <p:…

jsf jsf-2 primefaces selectonemenu
Conditionally render a component based on selectOneMenu value

Is there a way to render a component based on the current value the user has selected from a selectOneMenu …

jsf selectonemenu conditional-rendering
How to render a p:panel, triggered from the choice of a p:selectonemenu?

I am using Primefaces 3.4 and JSF 2.1 and I am trying to have a p:panel item appear and dissapear regarding …

jsf primefaces panel selectonemenu