11 Replies Latest reply on Jul 3, 2010 5:55 AM by luiggitama

    Rich Combo box shows only values and not labels.

      I need to display the options in the Combo box as the translated one and i also need the actual value corrsponding to the user selection to do some operation after submit.

      Basically I need to have both label and value to the select Item in the combo. When i tried, Rich Combo box considers only values and not labels.

      Can you please let me know how to achieve this i.e. use of labels or translated one to display and also the value to bind to the bean when the user selects one option.

      Even if I use converters, i need to have some mapping between the value displayed and the actual value i want for the operation post submit which is kind of not elegant.

      Can you pl suggest. Not sure whether i am missing something here