Can anyone point me to some sample code using java for the combo control. When I do a simple select statement like the following:
combo.render_sql(“select optionid,options from screenoption”, “optionid”, “optionid,options”);
The combo box is populated with the optionid only and I would like for the options to appear in the list and the optionid to return if the option is selected. I tried changing the name from options to something else and still get the same results.