User fill in html form which include a SELECT LIST that is populated from database.
User submit for validation to ensure all required fields are filled appropriately including the select list. This is done using a javabean if the is error the user is presented with a retry form which require the user to enter only the field wit problem. All values for data entered in the first form is retained and displayed on the retry form.
I am facing a problem with the SELECT LIST how do I retain the value of selected option and at the same time user still can select a new value from the list of options.