当我试图查阅<条码>。 我犯了一个错误:
`wrap.myUtilDate` cannot be resolved to a type
Can c:forEach
loop values be accessed from a scriptlet?
<c:forEach items="${myWraps}" var="wrap" varStatus="status">
<%
java.util.Date myUtilDate = wrap.myUtilDate;
org.joda.time.DateTime myJodaDate = new org.joda.time.DateTime(myUtilDate);
%>
<td><joda:format value="${myJodaDate}" style="LL"/></td>
</c:forEach>