Questions tagged [picklist]

122 questions
22
votes
6 answers

How to write a custom converter for

How can I write a custom converter when working with PrimeFaces components that use a list of POJO? My particular problem is with
Thang Pham
  • 35,825
  • 73
  • 192
  • 279
9
votes
1 answer

Primefaces Picklist Converter

I am using Primefaces 4.0 and JSF 2.2. I used a picklist with a converter. The problem is that I don't get the correct arg2 in my converter. It always says 0. My expectation is that this is the id of the element and I could parse it out of…
user3172567
  • 421
  • 1
  • 7
  • 16
3
votes
0 answers

Primefaces PickList Ajax notfiring on transfer event to bean

Hey StackOverflow community, maybe you guys are able to help me out since im out of ideas. Im using PrimeFaces 6.0 Problem: My PickList is not firing an event so my Java code can't handle it. My view.xhtml
Happylife
  • 31
  • 4
3
votes
1 answer

Is it possible to have a richfaces:pickList with a search box?

I have a use case where I plan to have a rich:pickList so that a user can pick multiple items from a list. But, in few cases the number of items in pickList are too large(in hunderds and sometimes in thousands) and it is not practical for the user…
Vamsee Krishna
  • 145
  • 2
  • 11
2
votes
1 answer

PickList Azure Devops Custom Task

How can I populate a pickLists in Azure Devops Tasks with a json file? I have this json file: [ {"Item1":"Item1"}, {"Item2":"Item2"}, {"Item3":"Item3"}, {"Itemn":"Itemn"} ] I need that the pickList recibe this file as a parameter…
2
votes
0 answers

Is it possibile select one element at time in pick list prime ng

I need to do my pick list one selected. The default behavior is when the user click on more items (source panel) it selects all and pass them in the target panel. I want the when the user click on source items it can selected only one item. This is…
poopp
  • 917
  • 1
  • 7
  • 15
2
votes
0 answers

Primefaces PickList Limit number of transferred elements

Salam, I'm triying to implements a Primefaces PickList in my project, and i'm stuck with the max elements i have to transfer from source list to target : in my case i want to trandfer max of 2 choices from a list of about 12 possible choices. my…
2
votes
1 answer

Primefaces picklist dualList object become empty

The pickList dualList object become empty when the object loads. This is the pick list definition
Neliosam
  • 63
  • 9
2
votes
1 answer

Primefaces PickList Ajax transfer event not firing

I'm using primefaces components in my projects. My question is about the pickList component.
Miltex
  • 152
  • 9
2
votes
1 answer

Custom dbgrid and Picklist issue

I'm creating my own DBGRid, and it works fine , except of the pick list. whatever button style is set for the grid, it always shows the inplace editor , neither the pick list nor the ellipse button ! i can not figure the mistake I'm doing :( . here…
DrWael
  • 249
  • 2
  • 10
2
votes
2 answers

How to create a form with 2 select tag, adding element from this select to another select, and handle form submission?

I would like to create a form like this, which I can add/remove individual/all element between Available and Seleteted select tag. When hitting the submit button, form will submit information from Selected to servlet backend process. So my…
Thong Vo
  • 579
  • 1
  • 5
  • 18
2
votes
1 answer

Keep Source List in Primefaces Picklist

I implemented a picklist in my Project. Docu for picklist I tried to change the logic of this view to fit my actions. I want to leave the SourceList as it is and only change the targetList if the given itemScope isn't already in targetList. My…
Offset
  • 529
  • 1
  • 4
  • 20
2
votes
1 answer

jquery picklist: once deselect an item, it can't be selected anymore

It looks like if you deselect an item from the "selected" list, then you can't change your mind and select it again. It is clear also in the "form" example provided by the website: http://jsfiddle.net/awnry/QzjTs/ if you deselect the items 2 or 4,…
Flatline1963
  • 125
  • 7
2
votes
1 answer

How to disable item in picklist using itemDisable

Does anyone know how to freeze any row in primefaces picklist Or how to use itemDisabled in
Surya Mandal
  • 149
  • 1
  • 4
  • 17
1
vote
0 answers

customze picklist diplay value

I need to customize pickly display value. For example the list to left can be 3 field and the list to right must have 6 field. I read the doc , but they don't show anything. The used this code:
poopp
  • 917
  • 1
  • 7
  • 15
1
2 3
8 9