摘要:
SelectAction.java 1 @SuppressWarnings("serial") 2 @Component("selectAction") 3 @Scope("prototype") 4 public class SelectAction extends BaseAction{ 5 6 private ISelectService selectService; 7 8 @Resource 9 public void setSelectService(ISelectService selectService) {10 th 阅读全文
posted @ 2013-12-04 11:04
Liuxiaoke
阅读(362)
评论(0)
推荐(0)
摘要:
Struts2在提交表单的时候,使用「type="redirect"」重定向到相应的jsp页面。Action中的List表单是无法传到相应的jsp页面。我猜测是因为List作为Action的成员变量因为重定向的原因时无法传递到jsp页面的。同时也是不会进行迭代。Debug页面中的action为空。[Debug]Stack Contextcom.opensymphony.xwork2.ActionContext.parameters {}那么当「type="redirect"」时怎样传递变量到jsp页面呢xxxAction.java1 ActionCont 阅读全文
posted @ 2013-12-04 10:50
Liuxiaoke
阅读(632)
评论(0)
推荐(0)

浙公网安备 33010602011771号