摘要: 在Struts Action中跳转一般是用return mapping.findForward("file_delete_one");但如果要在后面带参数了,则需要如下的处理才行: ActionForward forward=mapping.findForward("file_delete_one"); ActionForward newForward=new ActionForward(); S... 阅读全文
posted @ 2009-10-27 15:14 freedom831215 阅读(507) 评论(0) 推荐(0)