I need to retrieve the value selected in the html:select option. How should I code for Getter and Setter methods in the form bean for the html:select option.
There's nothing special about a single-value select statement. You code a getter and setter for a property of type String, just as you would with any other ActionForm property. In this case, getSelectedCounty, and setSelectedCounty.