XPages ComboBox Values Label problem

Hello,

When using a pair of Label-Value with XPages I got a problem.

I am using a formula item to populate my ComboBox. My list is retrieving from à multivalues field. It is stored like that :

premier item|1

second item|2

third item[3

It works fine when I am in edit mode. The value stored in my backend document is the Value ( 1 or 2 or 3 , etc…) . That’s ok. When I am in edit mode the associated Label is displayed.

The problem comes in read mode. The Value is displayed instead of the Label. I have the same problem with radio, list, etc…

If I hard code my list it works fine.

Thank you for your help.

Subject: Up

Up.

I was thinking that this feature was common…

How do you deal with list with alias ?

Thank you