
1 answer
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_selectList.htmThis link shows you how to use the SelectList tag. You basically just populate a list of SelectOption in your controller, and feed those to the SelectList component.