java.util.NoSuchElementException at java.util.AbstractList$Itr.next(AbstractList.java:350) at

我的解决方案是,我的struts2 标签中 自己 添加了一个

<s:select  list="#{'0':'待处理','1':'处理中'}" readOnly="" headerKey="-1" headerValue="请选择" listKey="key" listValue="value" />

readOnly ,去掉即可。

转载于:https://www.cnblogs.com/mrgong/p/3934786.html