Equal label combo problem

Hi,
i have a combo content some equal label but with different value.
Ex:

<?xml version="1.0" encoding="UTF-8" ?> ---

That combo is attacched to form and when i select the option (manually or code -> combo.selectOption(combo.getIndexByValue(“34”),false,false)); combo.confirmValue();), the form send to server the value of the first option with same label.
Ex: select My Test - 2 and the server send My Test - 1 (by code).

Hi
It seems to me. that your issue is the equal with the discussed here:
viewtopic.php?f=4&t=26519&p=83780&hilit=getactualvalue#p83780
Hope it’ll hepl you.