Solved
How to add same datasource for different combo boxes
In my Scenario i need to add the same list of items to three combo box in the same page.
The items selected in different combo box need to be saved separately.
But now if i change the selected item on one combo it get reflected in all other combo box.
All three combo box need to hold different selected item

