I want to make a selectonemenu form that display data from 1 table
ahmdsmun_msttypeclr that consist of 3 columns:
- VTYPECODE (PK) (string)
- VCLRCODE (string)
- VCLRDESC (string)
I want to make VCLRDESC in my selectonemenu form.
I have read this link How to populate options of h:selectOneMenu from database? that answered by BalusC so detail. But I am confused which one I should use for my problem because I don't get the use of converter and the differences to implement between string and Object
Thank you in advance