I have a drop down on a
JSP. In the action, I display the list of selections in the drop down. I do not want to default/display a particular value from the selection. In other words, I want the drop down to show blank unless the user clicks on the drop down. Is there any setting on JSP which can take care of this or do i have to manipulate in the action.