Hi,
I am currently picking all the values for a dropdown from the database. I am creating an array list. But how do I add a value to the dropdown list which is not in the database, like "Select" I want this to be the first one in the list and the other values below this.
One way is while creating the arraylist, add the value Select to the array list.
But Is there any way I can handle this at the
jsp level?