Thanks Tim.

If you look at the picture, I'm now able to display the strings in the combobox instead of the codes. However the selected item is now showing the code. This is due to the fact that I overrode getSelectedItem() in my custom model.
e.g.
Basically the getSelectedItem is behaving like I want it to be. However
the combobox should highlight the selected item & not display its code.
Any comments ?
Thanks
G