I have a page with several dropdowns (<h:selectOneMenu>) that get populated from a database via a LinkedList. For each dropdown, there is an associated textbox. When a selection is made from a dropdown and something is typed into its associated textbox, clicking the submit button CHANGES that term in the database.
My question is, how do I get that change to be immediately reflected in the dropdown, or more properly in the List to which it is bound?