thanks...yeah I know that we have to use <option value="xyz" selected>...but I was wondering how we go about doing the same in that code?
I do have my program working when I use a
String to display options, but I'd like to know if there is anyway we can do the same, using EL, when and arraylist of Hashmaps is used, as in the code displayed above?
Thank you