Drop down list setSelected not working
Hi all,
I have a drop down list bound to a database (value: int, display: string). There are two pages:
page 1: a table with id needed for page 2 (id passed through the url)
page 2: drop down list bounded to a database. The selected value comes from page 1.
Problem: Even though I am getting the correct value, and am using ddList.setSelected (id), the ddList value does not change.
I basically want to know how to program the functionality of the"selected" property in java with a table bound to a database.
Any ideas?

