3、Struts2中的参数传值

1.注意jsp页面加入标签

<%@ taglib prefix="s" uri="/struts-tags" %> 如果想使用ActionContext,在jsp页面对应使用<s: property value=" ">进行传参
<%@ page isELIgnored="false" %> 引入EL表达式

原文地址:https://www.cnblogs.com/Akke/p/4983579.html