webwork2 jsp list 不能自动IOC到Action问题
模仿webworkshowcase做个批量的修改,但是将list对象在jsp种iterator出来之后,在转到另一个action中这个list对象count总是为空。。什么原因?
我的xwork配置以及src如下
我在刚开始进到相应页面list设置好后,再提交,如果处理这个提交的action方法里不重新设置list再result返回到那个jsp时就会报错:
could not be resolved as a collection/array/map/enumeration/iterator type 5 楼 dwangel 2007-01-17 list的子元素要初始化。
就是说users(6)是null,当然会出错