drop down list

How can I populate a drop down list reading elements from a text file in JSP/servlet
[91 byte] By [thess65a] at [2007-10-2 13:23:23]
# 1
<%while (line = read from text file) {%><OPTION><%=line%></OPTION><%}%>or something similar.
RichFearna at 2007-7-13 11:01:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...