Hello, When we use a selectCheckboxMenu and submit it, the pills/selected values change from the label to the value. This has been fixed in primefaces in this issue

https://github.com/primefaces/primefaces/issues/3678

but the problem is still here on axon ivy alt text

asked 16.07.2020 at 06:52

TareqK's gravatar image

TareqK
(suspended)
accept rate: 25%

which version of ivy do you use?

(16.07.2020 at 07:28) Alex Suter ♦♦ Alex%20Suter's gravatar image

we use axon ivy 8.0.6 , which should have a primefaces version that is beyond this. We also tried using a converter, sending a List<selectitem> and even trying to manually maintain the label.

(16.07.2020 at 07:29) TareqK TareqK's gravatar image

Axon.ivy 8.0.6 comes with primefaces 7.0.10.

(16.07.2020 at 08:55) Alex Suter ♦♦ Alex%20Suter's gravatar image

After some debugging, we found a workaround by using a different implementation of the toString() method and sending the object with the <f:selectitems>

link

answered 16.07.2020 at 09:35

TareqK's gravatar image

TareqK
(suspended)
accept rate: 25%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×58
×51

Asked: 16.07.2020 at 06:52

Seen: 3,437 times

Last updated: 16.07.2020 at 09:35