result set
how to insert the contents of a result set in a combo box.
in the jsp page i hv used the usebean tag to create an instance of the class...and i hv the function to get the resultset
i wnt to know how to bind this resultset to the combo box
ie<select>
<option1></option1>
<option2></option2>
</select>

