1. <select name="hshy" id="hshy"> 
  2.             <option value="">--</option> 
  3.             <c:forEach var="hshy" items="${hshyList}"> 
  4.                 <option value="${hshy.itemValue}" ${orgYear.hshy == hshy.itemValue ? "selected" : ""}>${hshy.itemText}</option> 
  5.             </c:forEach> 
  6.           </select>