Tagged Questions
0
votes
0answers
21 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
42 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 ...
-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
55 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
31 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
91 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
...
1
vote
1answer
66 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
71 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 ...
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 ...
-3
votes
0answers
55 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 ...
1
vote
2answers
219 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
143 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
81 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
2answers
86 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
188 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
2answers
55 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 ...
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
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
votes
1answer
82 views
Update items for selectOneMenu
I'm trying to get the items for a selectOneMenu updated after a file has bee uploaded. To do it, I load the select items at the file upload listener and set the id for the selectOneMenu in the update ...
0
votes
1answer
93 views
How to skip validation for ajax call?
I have an h:inputText, h:selectonemenu and commandbuton. Inputtext is mandatory field and I have defined it as immediate="true". Then I when I click the button I want to pass current value of ...
0
votes
0answers
136 views
p:selectOneMenu, custom content and editable=true
I have the following usage of the p:selectOneMenu:
<p:selectOneMenu id="selectField"
value="#{someBean.someField}"
converter="#{selectItemConverter}" var="x" editable="true">
...
1
vote
1answer
297 views
Populating a chlid jSF selectOneMenu - implicit value validation error
As you can see in the screenshot, I am having a JSF implicit value validation error for the property "member.city".
The purpose is to -through ajax - populate the city select One Menu after selecting ...
1
vote
1answer
834 views
Grouping item in selectOneMenu Primefaces
I decide to use group selectItems in selectOneMenu in primefaces and faced with problem
I see decision of my problem How to group selectItems in selectOneMenu but it doesn't help me
when I use ...
2
votes
2answers
577 views
How to group selectItems in selectOneMenu
I would like to use the example from the primefaces showcase to group selectItems in selectOneMenu:
<h:outputText value="Grouping: " />
<p:selectOneMenu value="#{formBean.car}">
...
-1
votes
1answer
409 views
PrimeFaces, how to avoid concatenation of p:column in p:selectOneMenu selected value
I would like to use p:selectOneMenu with custom contents with p:columns (as shown in http://www.primefaces.org/showcase-labs/ui/selectOneMenu.jsf) and I would like to show the selected value in the ...
0
votes
0answers
356 views
Primefaces selectOneMenu filter doesn't work
I'm trying to make selectOneMenu working. I've managed it to show select with filter input but everytime I try to write something there everything just dissapear.
Here is code from view:
...
4
votes
1answer
1k views
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 B and C. By changing the value of B I am dynamically loading values to C. Also there is a ...
1
vote
2answers
205 views
javax.faces.model.SelectItem is storing value object as String [duplicate]
Possible Duplicate:
Primefaces selectOneMenu listener not called with Objects other than Strings
I am creating List of SelectItem as:
List<SelectItem> activityGlobalTypes = new ...
2
votes
1answer
599 views
Error with p:selectOneMenu in Primefaces 3.4.2
I recently updated Primefaces from 3.4 to 3.4.2 and now I have problems on some pages where there is p:selectOneMenu component. I see error in JavaScript console which says: TypeError: e.offset(...) ...
2
votes
1answer
330 views
p:selectOneMenu preselects previous item when noSelectionOption item is present
There is a problem with p:selectOneMenu selection when adding a f:selectItem.
View:
<p:selectOneMenu value="#{selectionTest.selectedName}">
<f:selectItem itemLabel="Select" ...
0
votes
1answer
138 views
How to use converter for primefaces menuitem
When i am using p:menuItem, i am not able to find the converter attribute as we have in the p:selectOneMenu. Is there any alternative to this? Please let me know.
I am using primefaces 3.4.2 version.
...
0
votes
1answer
52 views
p:dialog closes when valueChangeListener is invoked
I have a <p:dialog> which contains a <h:selectOneMenu> with a valueChangeListener. Here's the relevant code:
<p:dialog>
<h:form>
<div>
...
0
votes
0answers
319 views
p:selectOneMenu listener for saving value in text field
I have I page with p:selectOneMenu and text field. In text field when I input text and change language in p:selectOneMenu I want to save value text field. My bean situated in view scope. But ...
0
votes
1answer
132 views
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 this link I have <p:selectOneMenu/> where I choose test which id should be pass as GET ...
0
votes
1answer
363 views
How to make three JSF h:selectOneMenus that depend on each other
I hope someone can help me. This is a "Category-Type-Item" situacion where the user has to select from three different dropdown list, in JSF I made it with three h:selectoneMenu. The first two ...
1
vote
1answer
120 views
Displaying a Hashtable in a selectedOneMenu list
i have a Hashtable i want to display it in a selecteOneMenu any idea how to do it ?
itemCat = new Hashtable<Integer,String>();
itemCat.put(0,"Functional");
itemCat.put(1, ...
1
vote
4answers
933 views
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 content from the first one comes from a a table in my DataBase and works perfectly, ...
2
votes
1answer
1k views
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
...
0
votes
0answers
377 views
Coverter in p:selectOneMenu
I have problem with my converter - it stops working and nothing happened.
I have Entity clas "Group":
@Entity
@Table(name="users_group")
public class Group implements Serializable {
private int ...
1
vote
3answers
717 views
Cascading p:selectOneMenu fails with Validation Error: Value is not valid
I have two cascading p:selectOneMenu components. The first shows areas from a hashmap and the second shows cities for the selected area by ajax. But when submitting the form with the city selected, I ...
1
vote
1answer
154 views
Can't remove bottom “margin” on Primefaces SelectOneMenu
In the Primefaces Showcase, a SelectOneMenu is placed within a table cell. Here's the layout of the containing cell:
But, if I replicate the Showcase HTML structure and include its default.css, ...
2
votes
1answer
715 views
Update SelectOneMenu if value of ohter SelectOneMenu is set (Event isn't fired)
In my application I'm trying to set/update a SelectOneMenu if another SelectOneMenu is set. We're using primefaces, so I checked the primefaces showcase and found exactly what I was looking for. ...
0
votes
1answer
413 views
selectOneMenu null when submit form from inside dataTable with commandButton Primefaces 3.4
I have selectOneMenu in footer of my dataTable and i am trying to submit a bunch of footer items to backing bean to save them.Please see image to understand. Problem is when i am submitting with ...
0
votes
1answer
445 views
PrimeFaces selectOneMenu not disabling
I have a selectOneMenu and trying to disable on page load. I have a couple other inputText elements that do become disabled when the onLoad is triggered. When searching the web I did find a couple ...
3
votes
2answers
2k views
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 of these widgets was perfectly fine in Primefaces 3.2. Do I need to do a hack to get around ...
1
vote
1answer
225 views
How to change OneMenu element to outputText in JSF
I would like my page to be user friendly as much as possible and I have an idea but its a little bit harder in the way I want to solve it.
I'm using primefaces and I would like to have a ...
1
vote
1answer
3k views
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 value a valueChangeListener-method is being called where the value is being ...
1
vote
1answer
783 views
CustomContent in Primefaces selectOneMenu without persisting object
I am using the Primefaces SelectOneMenu (http://www.primefaces.org/showcase-labs/ui/selectOneMenu.jsf) with the "Custom content" version as described in the demo.
The problem is that the columns only ...
0
votes
1answer
411 views
SelectOnMenu with converter
I need the help I'm lost with this error .i have problem whith converter of selectonmenu when i click in submit of add new city .
this is my Facelets
<p:commandButton value="New city" ...

