1.Struts常用结果返回类型在struts.xml中的配置 e1: <result type="dispather">/r.jsp</result> // 【默认】 服务器端页面跳转
e2:利用 ${attr} 从action属性动态返回结果 <result name="success">${attr}</result> |
1.Struts常用结果返回类型在struts.xml中的配置 e1: <result type="dispather">/r.jsp</result> // 【默认】 服务器端页面跳转
e2:利用 ${attr} 从action属性动态返回结果 <result name="success">${attr}</result> |