combobox « PrimeFaces « JSF Q&A





1. combobox in Primefaces    stackoverflow.com

I am trying to learn JSF and was using JSF 2.0 along with PrimeFaces 3.0.Its cool but I was surprised to see there is no combo box.This is the ...

2. JSF multiple combobox problem    stackoverflow.com

I have a problem about multiple combobox, also i am using primefaces. My code is like below; xhtml page:

<f:view xmlns="http://www.w3.org/19399/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.prime.com.tr/ui"
xmlns:pm="http://primefaces.prime.com.tr/mobile"
contentType="text/html">

<pm:page title="Title">


    <pm:view id="organizationView" swatch="b">
      ...

3. Display a second selectOneMenu depending on another combobox    forum.primefaces.org

down vote favorite I am using JSF 2.0 with PrimeFaces. I am using two components to represent two dropdowns and I have the following functional requirement: If the user chooses ...

4. Multi level combobox problem    forum.primefaces.org

18 Aug 2011, 06:49 by hantsy Multi level combobox problem I have encoutered a problem when I used multi level comboboxs. There some countries, provinces, cities, ...when I selected a country, ...

5. JSF multiple combobox problem    forum.primefaces.org

22 Aug 2011, 10:26 by hotwolt JSF multiple combobox problem I have a problem about multiple combobox, also i am using primefaces. My code is like below; xhtml page: ...

6. PF Element Request: comboBox/selectBox/better AutoComplete    forum.primefaces.org

24 Nov 2010, 19:32 by akaine PF Element Request: comboBox/selectBox/better AutoComplete Hi, I've been monitoring the PF progress for almost 2 years by now and at the moment I think the ...

7. Isn't there thing like combobox?    forum.primefaces.org

hello subusu, i assume u mean something like . well primefaces2.x does NOT have selectOneMenu component. But primefaces3.0 has a component, but i think that is still work ...