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