I have this simple drop down in my jsp page which retrieves the list of the values to be displayed in a collection. When it displays, by default the first entry in the drop down is selected. How would I make some other entry selected by default when the page displays, other than the first one.
I would appreciate if anyone could help me fix this.