JSF tag to create a single-select menu.

learn more… | top users | synonyms

0
votes
0answers
19 views

jsf : submitting a form with cascading SelectOneMenu return validation error

i am facing a validation error when submitting a form with cascading SelectOneMenu : when i use a sessionscoped for my bean it's work, but for requestscoped parametre it's not ok and i got the famous ...
0
votes
0answers
15 views

JSF2 - h:commandButton not working with multiple SelectOneMenus

I'm quite new to JEE6 & JSF in specific, so I know I'm lacking some knowledge to get this running. I was trying to get in work for over two days know - it's desperating... What is my problem: I ...
0
votes
0answers
35 views

Edit/update a row in a dataTable with a drop box in Primefaces

I have a dataTable using Primefaces 3.5 as shown below. Now I'm editing the second row with the id 43 as shown in the following image. When I click the tick (the right most column), the row is ...
0
votes
1answer
24 views

Create dynamic ENUM Menu Tag in JSF 1.2

I'm struggling on this problem because it destroys my modularity a bit. I'm using JSF 1.2 and facing to use an h:selectOneMenu to select one value of a given set of Enums. e.g. public enum State { ...
0
votes
1answer
31 views

JSF selectOneMenu - setting value in bean

I have selectOneMenu <h:selectOneMenu id = "current" value = "#{helloBean.currentLanguage}"> <f:selectItems value="#{helloBean.categoryLanguages}"></f:selectItems> ...
0
votes
0answers
6 views

Order/class a selectOneMenu, hierarchical list

i have folder and subfolder and i want a list who display like that ( this is the code of my list when i press F12 et i look the code of my list) : <option value="10">┌ Root</option> ...
0
votes
0answers
21 views

Retrieve two properties using <h:selectOneMenu>

I am displaying two values in JSF <h:selectOneMenu> and want to retrieve both values in managed bean. following is my JSF code. <h:outputLabel value="Product "/> <h:selectOneMenu ...
-1
votes
1answer
35 views

JSF forms strange behavior

I have no idea why my forms behave in such way. This is my JSF page: <h:body> <h:form> <h:form> <h:selectOneMenu value="#{productBean.product}" ...
0
votes
1answer
47 views

How can I get item label from selectOneMenu @ JSF page

I'm dealing with a wizard in primefaces like this one: http://www.primefaces.org/showcase/ui/wizard.jsf I would like to get the raw text from a selectOneMenu (from one of the tabs) and show it in ...
0
votes
3answers
44 views

JSF getting object from the selectOneMenu

I have a problem again with JSF. I am still learning and your help is much apreciated. <h:form> <h:selectOneMenu value="#{productBean.productName}"> <f:selectItems ...
1
vote
1answer
28 views

JSF listeners in selectOneMenu

I have a selectOneMenu item with some products. Some of them are unavailable so after you click on it the button "Add" should be disabled and some message should appear that "Sorry the product you ...
0
votes
1answer
26 views

JSF selectOneMenu not whole List

Is it possible to choose only specific items from the list in selectOneMenu? For example. I have List Products has many fields like name, id etc. One of it is category (1,2 or 3) I want to have only ...
0
votes
1answer
21 views

JSF selectOneMenu with Object iteration

I do know that similar problem was announced here few times but I spent a lot of time and still have no idea why that code doesn't work :/ This is my JSF page: <h:form> <h:selectOneMenu ...
1
vote
1answer
28 views

selectOneListBox with size 1 appears as drop down menu

I am using h:selectOneListBox to dynamically add data in it. Initially it is empty. Every time user presses on "Add" button, an entry is added in list box. I have specified particular height of list ...
0
votes
0answers
44 views

converter getAsObject method not invoked

I have a <h:selectOneMenu>. <h:selectOneMenu id="LoanType" style="width: 180px; font-size: 12px;" value ="#{editLoan.currentLoanType}" converter="#{convertToLoanType}"> ...
0
votes
1answer
63 views

execution-order in h:form with h:selectOneMenu, h:outputText and f:ajax

i searched a lot about this subject but i didn't find the solution that helps me with my problem. I have a form that consists of list of "Kategorie"-objects which are placed as selectItems in ...
0
votes
1answer
52 views

How to show images in <option> elements rendered by <h:selectOneMenu> tag

Is it possible to show images in <option> elements rendered by <h:selectOneMenu> tag of JSF? I use <f:selectItems> to generate the options that I get from the database. But the ...
0
votes
3answers
85 views

How to make 4 dependents selectOneMenu tags in JSF

I am trying to make 4 dependent menus. When the user chooses an item from the first menu, the second menu will show dependent data and when the user chooses item from the second one , the third one ...
-2
votes
0answers
29 views

Primefaces selectOneMenu (draw problems) [closed]

Hi I'm trying use the selectOneMenu but sometimes it doesn't work very well. Below follow a image that show what sometimes happens. Can anybody help me? Please look this link to see the image: ...
0
votes
0answers
12 views

select onemenu and Fileupload not displayed corectly

I'm using primefaces for presentation I have a problem with the component selectoneMenu is not display corectly why But when I cancel the operation for exmple add new component like this ...
0
votes
0answers
58 views

selectonemenu doesn't set value and change listener nit invoked primefaces

I have this p:selectonemenu : <p:selectOneMenu converter="#{fraisConverter}" id="annexe" value="#{commandeMB.selectedFrais}"> <f:selectItems ...
0
votes
1answer
33 views

I'm stuck on dynamic panel

I met a problem for two days. nowhere I advance my problem is to make a dynamic content in a panel according to the selected element in the list p: selectOneMenu <h:outputLabel ...
2
votes
1answer
95 views

JSF Validation Error h:selectOneMenu but for only one item

I saw a million topics talking about this issue, but none of them was matching my problem, and here it is: My query brings the following results to the list: Caixa Economica Federal ...
0
votes
1answer
47 views

Keep old values of a List<SelectItem> for a back to the previous

i don't know if i can clearly explain my problem but i will try :) I have lot of folder , and each folder depends of an other. Example : Document, Pictures , Other depends of root. Text depends of ...
1
vote
1answer
67 views

selectOneMenu shows after submit always the last item in the list as selected item

Info JSF 2.0 Primefaces 3.4 Both objects are People objects I have a simple drop down menu that is contained within a form that submits the selection on form submit (AJAX call): <h:form> ...
1
vote
1answer
75 views

primefaces 3.5 selectonemenu doesn't display data

since two days I am facing strange issue with PrimeFaces 3.5 selectOneMenu object. I am working in this architecture JPA + EJB + JAX-WS in an EJB project and I create a client from the JAX-WS service ...
0
votes
1answer
52 views

CommandButon 's actionListener not working

Mi actionListener in commandButton is not called after i select an item in a h:selectOneMenu, only it works when i press button witout any selection in selectOneMenu Below you can see my code: ...
0
votes
0answers
40 views

JSF Enter-Key does not trigger action when focus on dropdownlist

when I change a value in the dropdownlist via tab and arrow keys and the focus is still on the dropdown, the enter-key does not trigger the "ok" button and no form is submitted. Why is that and how ...
2
votes
1answer
35 views

Add selectedValue from selectonemenu to list

So, here's the deal: I have a selectOneMenu in my view: <p:selectOneMenu value="#{personBean.person.personStates.state}" id="estadoRg" converter="entityConverter"> <f:selectItems ...
1
vote
0answers
88 views

primefaces' selectOneMenu with converter not working with my backingBean

I got a problem using selectOneMenu, it can clearly convert the Suppliers to SupplierBean (my boss use to call it that way-he was the one who set it up), and display it correctly on the page, but the ...
-3
votes
0answers
56 views

How to get selected items index or value from selectonemenu

How can i get selected car's value or at least index from selectonemenu. Here is my scenario; I want to user to select a car's name from selectonemenu and then I want to update this selected car's ...
0
votes
1answer
74 views

JSF selectonemenu generic converter issue

I want to get selected object from selectonemenu but the problem is I couldn't find any generic converter for all type of entities. My first question is Is there a generic converter for all type of ...
1
vote
2answers
222 views

Check box and Radio Button selection gets cleared on h:selectOneMenu value change

I am working on a form which has two datatables. In the first datatable, I am displaying the radio buttons and checkboxes, whereas the second datatable contains selectOneMenu(s). Value change ...
0
votes
0answers
57 views

many selectOneMenu depending in each other in different lines

I have many lines (in a table). In the first line I have three selectOneMenu: the first contains the names of continents the second contains the names of towns (depending on the continent selected ...
0
votes
0answers
154 views

Dynamically adding SelectItems to a JSF/Primefaces SelectOneMenu

I am using Primefaces p:selectOneMenu with a dynamic list of f:selectItems. The list comes from a rules-based backend and the value is assigned to some backing bean, that saves it to a database, all ...
0
votes
1answer
86 views

use generic entityConverter (proposed by BalusC) for selectonemenu if primefaces

I want to use this generic converter (answer of BalusC) in all p:selectonemenu but the p:selectonemenu doesn't show data and I have no exception I don't know the problem <p:selectOneMenu ...
1
vote
1answer
198 views

JSF RichFaces locale dropdown list with flag icons

I was browsing to find a solution for a long time, but I did not find a suitable answer. I'm developing a JSF web appication using RichFaces library. Application supports different locales, and user ...
1
vote
2answers
88 views

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 the choices of p:oneselectmenu. I have a p:datatable inside the panel that I want to appear ...
0
votes
1answer
202 views

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="edit-article-famille" widgetVar="editFamille" required="true" ...
0
votes
1answer
166 views

Setting default value to h: selectOneMenu on button click

I am displaying a output panel on button click, it has an selectonemenu item, by default value 1 is selected, when i change some value and click CANCEL button and reopen output panel, the last ...
0
votes
1answer
111 views

Pick Custom Object from Select one menu JSF Converter Exception [duplicate]

i want to pick custom object from select one menu. it neither shows an error nor values. what to do? please help me. thanks in advance. Now i'm seeing Null pointer exception at getAsObject at this ...
0
votes
1answer
229 views

Pick Custom Object from Select one menu JSF

I want to pick a custom object from select one menu. It neither shows an error nor values. What should I do? My xhtml document: <h:panelGrid columns="2"> <p:outputLabel value="" /> ...
0
votes
1answer
72 views

Is there a library for displaying Timezone in a selectOneMenu

Currently, in my application, I use the following snippet to instantiate a timezone list for displaying in a selectOneMenu: @Named @ApplicationScoped public class MrBean { private String[] ...
0
votes
2answers
56 views

FacesConverter fail when id greater than 127?

I have a primefaces selectOneMenu and it uses a javax.faces.convert.Converter for displaying devices. It works fine only when the key (device's id) is not greater than 127. When it's greater, after ...
0
votes
0answers
77 views

jsf2: commandButton doesn't get invoked with selectOneMenu

The commandButton in the below code doesn't work when I click on it. But in another xhtml file, the commandButton works with inputText. Do I miss something when I try to use selectOneMenu? ...
2
votes
1answer
60 views

JSF Selectitems Format Label Number

I've got a List of Numbers (range 500 - 5000, steps of 500). I would like to add a decimal dot 1000 -> 1.000; 2500 -> 2.500 etc. but just for the labels not to be saved as a value. I tried the ...
1
vote
0answers
88 views

p:selectOneMenu dropdown not attached to the component inside a dialog

I have a p:selectOneMenu inside a p:dialog. Whenever I scroll the page, the dropdown detaches from the p:selectOneMenu label and moves according to the mouse scroll. Is there any way to attach it to ...
0
votes
0answers
116 views

jsf / icefaces selectOneMenu autocomplete

I am using ice:selectOneMenu component and want to change the way he work so it will look like this: when the user click on the letters the list is opened and the first object in the list with this ...
0
votes
1answer
202 views

selectOneMenu and textEntry in IceFaces

I have problem with IceFaces, i try change ace:textEntry depends on item selected on ice:selectOneMenu. Also i don't need to go new page, i want it to be AJAX and reflesh everytime i change it. I try ...
0
votes
0answers
100 views

Concatenation of p:column in p:selectOneMenu

I am trying to create my selectOneMenu as shown in the Primefaces Showcase's Content with Filter. There if you select an option, in the value the columns are not get concatenated. This is my xhtml: ...

1 2 3 4 5