问题描述
- struts2框架的标签问题为什么#request.a在没有打印出aaa
-
<body> <% request.setAttribute("a","aaa"); %> <s:form> <s:textfield value="#request.a" label="getText('country')"></s:textfield> <s:textfield value="%{#request.a}" label="%{getText('country')}" ></s:textfield> </s:form> </body>
解决方案
解决方案二:
http://techpool.iteye.com/blog/701237
解决方案三:
直接value="#request.a". 可以吗? 不然用el
时间: 2025-01-18 20:00:14