I am developing an application and i had stored my data in a array list.but,now i want to display the array list data in an drop down box as options.i tried to implement <option value="<%=v.getName()%>"><%=v.getName()%></option>.But it is not displaying any showing an error at the array list retrival in the jsp page.So i request for solutions