我收到了这个
Servlet.service() for servlet jsp threw exception
java.util.ConcurrentModificationException at
java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372) at
java.util.AbstractList$Itr.next(AbstractList.java:343) at
org.apache.struts2.components.IteratorComponent.end(IteratorComponent.java:334) at
org.apache.struts2.views.jsp.IteratorTag.doAfterBody(IteratorTag.java:87)
经常出错..由于我的应用服务器出现内存不足问题。你能帮帮我吗?
我的JSP代码是:
<tr>
<td><input type="radio" name ="aa" onclick="selectAll('<s:property value="trainNoDn" />','<s:property value="stnDn" />','<s:property value="stDn" />','<s:property value="locoDn" />','<s:property value="trainDateHidd" />')" ></td>
<td><s:textfield id="trainNoDn" name="trainNoDn" value="%{trainNoDn}" size="10" cssStyle=" font-size: 100%;background-color:white" tabindex="-1" onfocus="blur();"/></td>
<td><s:textfield id="stnDn" name="stnDn" value="%{stnDn}" size="6" cssStyle=" font-size: 100%;background-color:white" tabindex="-1" onfocus="blur();"/> </td>
<td><s:textfield id="stDn" name="stDn" value="%{stDn}" size="2" cssStyle=" font-size: 100%;background-color:white" tabindex="-1" onfocus="blur();"/> </td>
<td><s:textfield id="actDtDn" name="actDtDn" value="%{actDtDn}" size="5" cssStyle=" font-size: 100%;background-color:white" tabindex="-1" onfocus="blur();" /> </td>
<td><s:textfield id="locoDn" name="locoDn" value="%{locoDn}" size="4" cssStyle=" font-size: 100%;background-color:white" tabindex="-1" onfocus="blur();" /></td>
<td> <s:hidden name="ottkBean.trainDateHidd" id="trainDateHidd" value="%{trainDateHidd}" ></s:hidden> </td>
</tr>
</s:iterator>