本帖最后由 siasmen 于 2010-07-09 11:58:47 编辑

解决方案 »

  1.   

    <result name="delete" type="redirectAction">
    rediectAction是否本来就不能传递参数的?
      

  2.   

    redirectAction 可以传参数,在纯struts2下是可以的
      

  3.   

    redirectAction 的话参数应该写在链接里吧。转发和重定向啊
      

  4.   

    直接用request.getParameter(arg0) 就是了
      

  5.   

    <tx:method name="*" read-only="true" />
      

  6.   

    楼上IBM_hoojo:<tx:method name="*" read-only="true" />跟参数传递有关系吗?