Reset and hardcoding Drop down

You must create the dropdown list using the SelectDropDownList object in Java.
The HTML parser cannot populate the dropdown, and any “option” elements in HTML are discarded.

So use the code referenced here;

And use selObject.addItem("MyItem") to add your items.
You could populate this in the Constuctor or openView.