<td><select name="numhead" >
<c:forEach var="head" items="${requestScope.numHeads}">
<option value="${head }" onclick="findnum.do?numhead=${head }">${head }</option></c:forEach></select></td></tr>
错误提示:According to TLD or attribute directive in tag file, attribute items does not accept any expressions