Add these imprts to the page
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql_rt" %>
Then add an sql query similar to this
select state
from statetable
then use the tags to create the list